iotests: Drop Python version from 065's Shebang
commitf99b4b5d7e53e85552892cdf6c7d2c3c86d409f8
authorMax Reitz <mreitz@redhat.com>
Sat, 24 May 2014 21:24:59 +0000 (24 23:24 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Jun 2014 18:00:01 +0000 (27 20:00 +0200)
tree75ec25f0e86a125420a1df72209af819dc79b025
parentea81ca9de1354e9f42c4e09ead2af1b4d010bdde
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>
tests/qemu-iotests/065