diff options
author | Max Reitz <mreitz@redhat.com> | 2014-05-24 23:24:59 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-06-27 20:00:01 +0200 |
commit | f99b4b5d7e53e85552892cdf6c7d2c3c86d409f8 (patch) | |
tree | 75ec25f0e86a125420a1df72209af819dc79b025 /tests/qemu-iotests/065 | |
parent | ea81ca9de1354e9f42c4e09ead2af1b4d010bdde (diff) | |
download | qemu-f99b4b5d7e53e85552892cdf6c7d2c3c86d409f8.zip |
iotests: Drop Python version from 065's Shebang
Test 065 specified python2 to be used in its Shebang; this might not
work on systems without a python2 symlink and furthermore it is now
counter-productive, as the check script compares the Shebang to
"#!/usr/bin/env python" and only uses the Python interpreter selected by
configure on an exact match.
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/065')
-rwxr-xr-x | tests/qemu-iotests/065 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/065 b/tests/qemu-iotests/065 index ab5445f62d..e89b61d70b 100755 --- a/tests/qemu-iotests/065 +++ b/tests/qemu-iotests/065 @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Test for additional information emitted by qemu-img info on qcow2 # images |