]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/104
iotests: fix 097 when run with qcow
[mirror_qemu.git] / tests / qemu-iotests / 104
index f32752bb6f44a628905681a61408e09663717416..726d46705272a01a71358af2b64a80143da566cf 100755 (executable)
@@ -25,7 +25,6 @@ seq=`basename $0`
 echo "QA output created by $seq"
 
 here=`pwd`
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 trap "exit \$status" 0 1 2 3 15
@@ -34,7 +33,7 @@ trap "exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt generic
+_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
 _supported_proto generic
 _supported_os Linux