diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-04-01 15:11:40 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-15 22:36:42 +0200 |
| commit | 54be7795b5cc2f6cad05f8649121372c9d5af806 (patch) | |
| tree | caa185fa31a2d759a9e8e44f7d53490cd2a71944 /tests/cpio.scm | |
| parent | 6dc238f2613c5049e2f2d346c4482b7ecc76c9fa (diff) | |
utils: Don’t re-export ‘call-with-temporary-output-file’.
* guix/utils.scm: Remove re-export of ‘call-with-temporary-output-file’.
Autoload a number of modules.
* guix/download.scm, guix/import/hackage.scm,
guix/import/hexpm.scm, guix/import/opam.scm,
guix/import/pypi.scm, tests/cpio.scm, tests/egg.scm,
tests/opam.scm, tests/publish.scm, tests/store-database.scm,
tests/utils.scm: Adjust imports accordingly.
Change-Id: I3f5e94631397996a30be2ea4ff8b50a3371e8ee7
Diffstat (limited to 'tests/cpio.scm')
| -rw-r--r-- | tests/cpio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cpio.scm b/tests/cpio.scm index 832101d1bbf..35a704822be 100644 --- a/tests/cpio.scm +++ b/tests/cpio.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2015, 2022 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2015, 2022, 2024 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -19,8 +19,8 @@ | |||
| 19 | (define-module (test-cpio) | 19 | (define-module (test-cpio) |
| 20 | #:use-module (guix cpio) | 20 | #:use-module (guix cpio) |
| 21 | #:use-module (guix tests) | 21 | #:use-module (guix tests) |
| 22 | #:use-module ((guix build utils) #:select (which)) | 22 | #:use-module ((guix build utils) |
| 23 | #:use-module ((guix utils) #:select (call-with-temporary-output-file)) | 23 | #:select (which call-with-temporary-output-file)) |
| 24 | #:use-module (ice-9 match) | 24 | #:use-module (ice-9 match) |
| 25 | #:use-module (ice-9 popen) | 25 | #:use-module (ice-9 popen) |
| 26 | #:use-module (rnrs io ports) | 26 | #:use-module (rnrs io ports) |
