civodul pushed a commit to branch master
in repository guix.

commit 1be5bf560459d32943a82c2d3f60a1fc2ca53437
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun May 7 22:24:08 2023 +0200

    tests: docker-system: Add missing import.
    
    This is a followup to f51888272558d98cf5c196b93fb6c499056fbf6c.
    
    * gnu/tests/docker.scm (run-docker-system-test)["load system image and
    run it"]: Use (guix build utils).
---
 gnu/tests/docker.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index c084ac53ee..edc9804414 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -246,7 +246,8 @@ inside %DOCKER-OS."
             (marionette-eval
              `(begin
                 (use-modules (ice-9 popen)
-                             (ice-9 rdelim))
+                             (ice-9 rdelim)
+                             (guix build utils))
 
                 (define (slurp command . args)
                   ;; Return the output from COMMAND.

Reply via email to