Re: [Qemu-devel] [PATCH v3 6/7] iotests: Drop Python version from 065's Shebang

2014-05-22 Thread Fam Zheng
On Thu, 05/22 23:30, Max Reitz wrote: > 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 int

[Qemu-devel] [PATCH v3 6/7] iotests: Drop Python version from 065's Shebang

2014-05-22 Thread Max Reitz
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 mat