summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/054
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/054')
-rwxr-xr-xtests/qemu-iotests/0542
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/054 b/tests/qemu-iotests/054
index b36042958c..5a0d1b16c2 100755
--- a/tests/qemu-iotests/054
+++ b/tests/qemu-iotests/054
@@ -49,7 +49,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))
+./qcow2.py "$TEST_IMG" set-header size $((1024 ** 6))
_check_test_img
# success, all done