aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2019-11-07 17:36:53 +0100
committerMax Reitz <mreitz@redhat.com>2020-01-06 13:43:07 +0100
commit8d1c81379c12f64df829b70e687ac1ff5359b8c0 (patch)
tree6b070f911242a17d95a68fc1d78f881e1f255c51 /tests
parentb043b07ce3057ace905e6f22692fa110b45d10eb (diff)
downloadqemu-8d1c81379c12f64df829b70e687ac1ff5359b8c0.zip
qemu-8d1c81379c12f64df829b70e687ac1ff5359b8c0.tar.gz
qemu-8d1c81379c12f64df829b70e687ac1ff5359b8c0.tar.bz2
iotests: Drop compat=1.1 in 050
IMGOPTS can never be empty for qcow2, because the check scripts adds compat=1.1 unless the user specified any compat option themselves. Thus, this block does not do anything and can be dropped. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Message-id: 20191107163708.833192-8-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/qemu-iotests/0504
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qemu-iotests/050 b/tests/qemu-iotests/050
index 211fc00..272ecab 100755
--- a/tests/qemu-iotests/050
+++ b/tests/qemu-iotests/050
@@ -41,10 +41,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2 qed
_supported_proto file
-if test "$IMGFMT" = qcow2 && test $IMGOPTS = ""; then
- IMGOPTS=compat=1.1
-fi
-
echo
echo "== Creating images =="