]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
iotests: Drop Python version from 065's Shebang
authorMax Reitz <mreitz@redhat.com>
Sat, 24 May 2014 21:24:59 +0000 (23:24 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Jun 2014 18:00:01 +0000 (20:00 +0200)
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

index ab5445f62d07f9dbea5f46a908437e6f8ce8772e..e89b61d70b42fde46c46461d2bc29cca75231805 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Test for additional information emitted by qemu-img info on qcow2
 # images