diff options
author | Max Reitz <mreitz@redhat.com> | 2019-11-07 17:36:56 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-01-06 13:43:07 +0100 |
commit | 1c6d2f2128ba5e6848d078436f4252660b4d2af1 (patch) | |
tree | c46aac7f5b6939486f07da76baccd3b246ebfbf8 /tests | |
parent | 8b6d7be6a6f8b8e71ab19d63021aad72a0fe1c6b (diff) | |
download | qemu-1c6d2f2128ba5e6848d078436f4252660b4d2af1.zip |
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: Max Reitz <mreitz@redhat.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-id: 20191107163708.833192-11-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/051 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051 index a13bce2fd0..d7294d80d9 100755 --- a/tests/qemu-iotests/051 +++ b/tests/qemu-iotests/051 @@ -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 |