me
/
guix
Archived
1
0
Fork 0

tests: docker-system: Add missing import.

This is a followup to f518882725.

* gnu/tests/docker.scm (run-docker-system-test)["load system image and
run it"]: Use (guix build utils).
master
Ludovic Courtès 2023-05-07 22:24:08 +02:00
parent 6a33f674b9
commit 1be5bf5604
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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.