]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/054
qemu-iotests: tests: do not set unused tmp variable
[qemu.git] / tests / qemu-iotests / 054
index 5a0d1b16c281e424cc9ad22b96893a8196ab7597..bf47ef9fac332aca84520a38f690b15e5626db45 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()
@@ -39,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 _supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
 _supported_os Linux
 
 echo
@@ -49,7 +48,7 @@ _make_test_img $((1024*1024))T
 echo
 echo "creating too large image (1 EB) using qcow2.py"
 _make_test_img 4G
-./qcow2.py "$TEST_IMG" set-header size $((1024 ** 6))
+$PYTHON qcow2.py "$TEST_IMG" set-header size $((1024 ** 6))
 _check_test_img
 
 # success, all done
This page took 0.024099 seconds and 4 git commands to generate.