From: Frantisek Sumsal Date: Fri, 17 Sep 2021 21:03:44 +0000 (+0200) Subject: test: cleanup the intermediate disk images X-Git-Tag: v250-rc1~653^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b216501a8eb01ae99924359ec6ecc9decd1f20ed;p=thirdparty%2Fsystemd.git test: cleanup the intermediate disk images --- diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh index fe386050e36..cddd5229b09 100755 --- a/test/TEST-64-UDEV-STORAGE/test.sh +++ b/test/TEST-64-UDEV-STORAGE/test.sh @@ -187,11 +187,9 @@ testcase_virtio_scsi_identically_named_partitions() { local diskpath="${TESTDIR:?}/namedpart0.img" local lodev - # Save some time (and storage life) during local testing - if [[ ! -e "$diskpath" ]]; then - dd if=/dev/zero of="$diskpath" bs=1M count=18 - lodev="$(losetup --show -f -P "$diskpath")" - sfdisk "${lodev:?}" <