From: Max Reitz Date: Thu, 7 Nov 2019 16:36:53 +0000 (+0100) Subject: iotests: Drop compat=1.1 in 050 X-Git-Tag: qemu-xen-4.14.0~214^2~20 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8d1c81379c12f64df829b70e687ac1ff5359b8c0;p=qemu-xen.git 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 Reviewed-by: Maxim Levitsky Message-id: 20191107163708.833192-8-mreitz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/050 b/tests/qemu-iotests/050 index 211fc00797..272ecab195 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 =="