From: Max Reitz Date: Sun, 10 Feb 2019 14:57:30 +0000 (+0100) Subject: iotests: Fix 232 for LUKS X-Git-Tag: v4.0.0-rc0~78^2^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c48221aa91d9078b86e23b19484227dc35d71840;p=thirdparty%2Fqemu.git iotests: Fix 232 for LUKS With IMGOPTSSYNTAX, $TEST_IMG is useless for this test (it only tests the file-posix protocol driver). Therefore, if $TEST_IMG_FILE is set, use that instead. Because this test requires the file protocol, $TEST_IMG_FILE will always be set if $IMGOPTSSYNTAX is true. Signed-off-by: Max Reitz Reviewed-by: John Snow Message-id: 20190210145736.1486-5-mreitz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/232 b/tests/qemu-iotests/232 index 93e5d641a30..e48bc8f5db2 100755 --- a/tests/qemu-iotests/232 +++ b/tests/qemu-iotests/232 @@ -69,6 +69,10 @@ size=128M _make_test_img $size +if [ -n "$TEST_IMG_FILE" ]; then + TEST_IMG=$TEST_IMG_FILE +fi + echo echo "=== -drive with read-write image: read-only/auto-read-only combinations ===" echo