summary refs log tree commit diff stats
path: root/tests/qemu-iotests/021
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/021')
-rwxr-xr-xtests/qemu-iotests/0212
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/021 b/tests/qemu-iotests/021
index 6da79ebbbe..1c69024ccb 100755
--- a/tests/qemu-iotests/021
+++ b/tests/qemu-iotests/021
@@ -53,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