summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/foreign.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/tests/foreign.scm b/gnu/tests/foreign.scm
index fac24fc5da..3e52d8139d 100644
--- a/gnu/tests/foreign.scm
+++ b/gnu/tests/foreign.scm
@@ -77,8 +77,7 @@ system is expected to be on DEVICE."
(invoke #+(file-append qemu "/bin/qemu-img")
"create" "-b" #$image
- "-F" "qcow2" "-f" "qcow2" target-image
- "10G")
+ "-F" "qcow2" "-f" "qcow2" target-image)
;; Run a VM that will mount IMAGE and populate it. This is somewhat
;; more convenient to set up than 'guestfish' from libguestfs.