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
parent
6a33f674b9
commit
1be5bf5604
|
@ -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.
|
||||
|
|
Reference in New Issue