From: Sam Leonard Date: Tue, 16 Apr 2024 16:02:31 +0000 (+0100) Subject: test-64-udev-storage: partition disk inside testcase - testcase_multipath_basic_failover X-Git-Tag: v256-rc1~166^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32303%2Fhead;p=thirdparty%2Fsystemd.git test-64-udev-storage: partition disk inside testcase - testcase_multipath_basic_failover --- diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh index a5e491c22e9..9d4c90f88e1 100755 --- a/test/TEST-64-UDEV-STORAGE/test.sh +++ b/test/TEST-64-UDEV-STORAGE/test.sh @@ -316,19 +316,9 @@ testcase_multipath_basic_failover() { local qemu_opts=("-device virtio-scsi-pci,id=scsi") local partdisk="${TESTDIR:?}/multipathpartitioned.img" - local image lodev nback ndisk wwn + local image nback ndisk wwn dd if=/dev/zero of="$partdisk" bs=1M count=16 - lodev="$(losetup --show -f -P "$partdisk")" - sfdisk "${lodev:?}" <