Skip to content
Snippets Groups Projects
Commit 1c6d2f21 authored by Hanna Reitz's avatar Hanna Reitz
Browse files

iotests: Inject space into -ocompat=0.10 in 051


It did not matter before, but now that _make_test_img understands -o, we
should use it properly here.

Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Reviewed-by: default avatarMaxim Levitsky <mlevitsk@redhat.com>
Message-id: 20191107163708.833192-11-mreitz@redhat.com
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
parent 8b6d7be6
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ echo
echo === With version 2 images enabling lazy refcounts must fail ===
echo
_make_test_img -ocompat=0.10 $size
_make_test_img -o compat=0.10 $size
run_qemu -drive file="$TEST_IMG",format=qcow2,lazy-refcounts=on
run_qemu -drive file="$TEST_IMG",format=qcow2,lazy-refcounts=off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment