aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/036
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2014-05-24 23:24:58 +0200
committerKevin Wolf <kwolf@redhat.com>2014-06-27 20:00:00 +0200
commitea81ca9de1354e9f42c4e09ead2af1b4d010bdde (patch)
tree83cbc3f7e5e756ba6195a2c6eede6a372158c141 /tests/qemu-iotests/036
parent7fed1a49ff72a5b794e3723612fa1731844b38f7 (diff)
downloadqemu-ea81ca9de1354e9f42c4e09ead2af1b4d010bdde.zip
qemu-ea81ca9de1354e9f42c4e09ead2af1b4d010bdde.tar.gz
qemu-ea81ca9de1354e9f42c4e09ead2af1b4d010bdde.tar.bz2
iotests: Use $PYTHON for Python scripts
Instead of invoking Python scripts directly via ./, use $PYTHON to obtain the correct Python interpreter command. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/036')
-rwxr-xr-xtests/qemu-iotests/0366
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qemu-iotests/036 b/tests/qemu-iotests/036
index 03b6aa9..a773653 100755
--- a/tests/qemu-iotests/036
+++ b/tests/qemu-iotests/036
@@ -53,15 +53,15 @@ IMGOPTS="compat=1.1"
echo === Create image with unknown autoclear feature bit ===
echo
_make_test_img 64M
-./qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
-./qcow2.py "$TEST_IMG" dump-header
+$PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
+$PYTHON qcow2.py "$TEST_IMG" dump-header
echo
echo === Repair image ===
echo
_check_test_img -r all
-./qcow2.py "$TEST_IMG" dump-header
+$PYTHON qcow2.py "$TEST_IMG" dump-header
# success, all done
echo "*** done"