]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/086
qemu-iotests: tests: do not set unused tmp variable
[qemu.git] / tests / qemu-iotests / 086
index 234eb9a91c2985b902e903f16f2e230fac6309c9..cd4494a6603a4778060e9fac998e945c6b28470e 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!
 
 _cleanup()
@@ -38,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt qcow2
+_supported_fmt qcow2 raw
 _supported_proto file nfs
 _supported_os Linux
 
This page took 0.020595 seconds and 4 git commands to generate.