[test] Use /usr/bin/env python instead of /usr/bin/python

Bug 76494 - #!/usr/bin/python in testsuite

https://bugs.freedesktop.org/show_bug.cgi?id=76494
pull/87/merge
Behdad Esfahbod 10 years ago
parent bfcddd32a6
commit 9868749abe
  1. 2
      test/shaping/hb-diff
  2. 2
      test/shaping/hb-diff-colorize
  3. 2
      test/shaping/hb-diff-filter-failures
  4. 2
      test/shaping/hb-diff-ngrams
  5. 2
      test/shaping/hb-diff-stat
  6. 2
      test/shaping/hb-manifest-read
  7. 2
      test/shaping/hb-manifest-update
  8. 2
      test/shaping/hb-unicode-decode
  9. 2
      test/shaping/hb-unicode-encode
  10. 2
      test/shaping/hb-unicode-prettyname
  11. 2
      test/shaping/hb_test_tools.py

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *
import sys, os

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import sys, os, re, difflib, unicodedata, errno, cgi

Loading…
Cancel
Save