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 c8b7082b4e..bd94153d66 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))
+$PYTHON qcow2.py "$TEST_IMG" set-header size $((1024 ** 6))
_check_test_img
# success, all done