]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/092
qcow2: add iotests to cover LUKS encryption support
[qemu.git] / tests / qemu-iotests / 092
index a8c0c9ca2b9d5c88d26f4be27f4e3ee304c77fdb..5bbdd071d8bd3273c36b198a07e068275036f2fa 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()
@@ -40,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 _supported_fmt qcow
-_supported_proto generic
+_supported_proto file
 _supported_os Linux
 
 offset_backing_file_offset=8
This page took 0.025045 seconds and 4 git commands to generate.