summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/071
diff options
context:
space:
mode:
authorMax Reitz2019-11-07 17:36:58 +0100
committerMax Reitz2020-01-06 13:43:07 +0100
commit10b612565ca96c7d660b3a77fa7cfb9dc3a0c9d0 (patch)
treec4cb2713efa07a5eedabe8325df5bb787a3c437b /tests/qemu-iotests/071
parentiotests: Replace IMGOPTS= by -o (diff)
downloadqemu-10b612565ca96c7d660b3a77fa7cfb9dc3a0c9d0.tar.gz
qemu-10b612565ca96c7d660b3a77fa7cfb9dc3a0c9d0.tar.xz
qemu-10b612565ca96c7d660b3a77fa7cfb9dc3a0c9d0.zip
iotests: Replace IMGOPTS='' by --no-opts
Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Message-id: 20191107163708.833192-13-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/071')
-rwxr-xr-xtests/qemu-iotests/0714
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071
index fab526666b..4e31943244 100755
--- a/tests/qemu-iotests/071
+++ b/tests/qemu-iotests/071
@@ -58,7 +58,7 @@ echo
echo "=== Testing blkverify through filename ==="
echo
-TEST_IMG="$TEST_IMG.base" IMGOPTS="" IMGFMT="raw" _make_test_img $IMG_SIZE |\
+TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE |\
_filter_imgfmt
_make_test_img $IMG_SIZE
$QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base $TEST_IMG" \
@@ -73,7 +73,7 @@ echo
echo "=== Testing blkverify through file blockref ==="
echo
-TEST_IMG="$TEST_IMG.base" IMGOPTS="" IMGFMT="raw" _make_test_img $IMG_SIZE |\
+TEST_IMG="$TEST_IMG.base" IMGFMT="raw" _make_test_img --no-opts $IMG_SIZE |\
_filter_imgfmt
_make_test_img $IMG_SIZE
$QEMU_IO -c "open -o driver=raw,file.driver=blkverify,file.raw.filename=$TEST_IMG.base,file.test.driver=$IMGFMT,file.test.file.filename=$TEST_IMG" \