From 08c23d2c13df1492307793e31889c22da89bf3f0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 14 Jul 2025 18:37:03 +0200 Subject: tests: foreign: Preserve distro image size. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/tests/foreign.scm (qcow-image-with-marionette): Remove the “10G” argument to ‘qemu-img create’ since it could lead to corrupt images—e.g., with the Arch Linux image. Change-Id: I92d7551a16f325376c98d32e2cd6a01f8ed05e51 --- gnu/tests/foreign.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/tests') diff --git a/gnu/tests/foreign.scm b/gnu/tests/foreign.scm index fac24fc5dad..3e52d8139d8 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. -- cgit v1.3