]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/014
qemu-img: Print error if check failed
[qemu.git] / tests / qemu-iotests / 014
index a6d0aea7c04df0debc35998532fb7057dedf1ddb..b23c2db9b6e3bd1bcc3e9a639cd699665c62137c 100755 (executable)
@@ -43,7 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 # much of this could be generic for any format supporting snapshots
 _supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
 _supported_os Linux
 
 TEST_OFFSETS="0 4294967296"
@@ -61,7 +61,7 @@ done
 
 # With snapshots
 for i in `seq 1 3`; do
-    $QEMU_IMG snapshot -c test$i $TEST_IMG
+    $QEMU_IMG snapshot -c test$i "$TEST_IMG"
     for offset in $TEST_OFFSETS; do
         echo With snapshot test$i, offset $offset
         for op in $TEST_OPS; do
This page took 0.025181 seconds and 4 git commands to generate.