]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/021
qcow2: Check refcount table size (CVE-2014-0144)
[qemu.git] / tests / qemu-iotests / 021
old mode 100644 (file)
new mode 100755 (executable)
index c0241ae..1c69024
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Test handling of invalid patterns arguments to qemu-io
 #
@@ -39,6 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 
 _supported_fmt generic
+_supported_proto generic
 _supported_os Linux
 
 
@@ -52,7 +53,7 @@ for pattern in $INVALID_PATTERNS; do
     for op in $TEST_OPS; do
         echo
        echo "== testing $op -P $pattern =="
-       $QEMU_IO -c "$op -P $pattern 0 4096" $TEST_IMG | _filter_qemu_io
+       $QEMU_IO -c "$op -P $pattern 0 4096" "$TEST_IMG" | _filter_qemu_io
     done
 done
 
This page took 0.023771 seconds and 4 git commands to generate.