3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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).
This commit is contained in:
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

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.