[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Apr 6 14:51:58 PDT 2015


 test/shaping/hb-diff                 |    2 +-
 test/shaping/hb-diff-colorize        |    2 +-
 test/shaping/hb-diff-filter-failures |    2 +-
 test/shaping/hb-diff-ngrams          |    2 +-
 test/shaping/hb-diff-stat            |    2 +-
 test/shaping/hb-manifest-read        |    2 +-
 test/shaping/hb-manifest-update      |    2 +-
 test/shaping/hb-unicode-decode       |    2 +-
 test/shaping/hb-unicode-encode       |    2 +-
 test/shaping/hb-unicode-prettyname   |    2 +-
 test/shaping/hb_test_tools.py        |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 9868749abe468130d89c80a2501847a83acb4579
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Apr 6 14:51:31 2015 -0700

    [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

diff --git a/test/shaping/hb-diff b/test/shaping/hb-diff
index 6a13fa2..3705de7 100755
--- a/test/shaping/hb-diff
+++ b/test/shaping/hb-diff
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 import sys, os
diff --git a/test/shaping/hb-diff-colorize b/test/shaping/hb-diff-colorize
index 4e045d2..1fdae8a 100755
--- a/test/shaping/hb-diff-colorize
+++ b/test/shaping/hb-diff-colorize
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-diff-filter-failures b/test/shaping/hb-diff-filter-failures
index 4fe218a..34b76de 100755
--- a/test/shaping/hb-diff-filter-failures
+++ b/test/shaping/hb-diff-filter-failures
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-diff-ngrams b/test/shaping/hb-diff-ngrams
index a496447..c02f541 100755
--- a/test/shaping/hb-diff-ngrams
+++ b/test/shaping/hb-diff-ngrams
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-diff-stat b/test/shaping/hb-diff-stat
index 81626e1..12ee8f0 100755
--- a/test/shaping/hb-diff-stat
+++ b/test/shaping/hb-diff-stat
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-manifest-read b/test/shaping/hb-manifest-read
index f486bcc..b1b36ba 100755
--- a/test/shaping/hb-manifest-read
+++ b/test/shaping/hb-manifest-read
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-manifest-update b/test/shaping/hb-manifest-update
index b963f22..eeb84b8 100755
--- a/test/shaping/hb-manifest-update
+++ b/test/shaping/hb-manifest-update
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-unicode-decode b/test/shaping/hb-unicode-decode
index 5b00eae..9ac5ed6 100755
--- a/test/shaping/hb-unicode-decode
+++ b/test/shaping/hb-unicode-decode
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-unicode-encode b/test/shaping/hb-unicode-encode
index 11bf365..5889807 100755
--- a/test/shaping/hb-unicode-encode
+++ b/test/shaping/hb-unicode-encode
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb-unicode-prettyname b/test/shaping/hb-unicode-prettyname
index ecc26cc..1d004c0 100755
--- a/test/shaping/hb-unicode-prettyname
+++ b/test/shaping/hb-unicode-prettyname
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from hb_test_tools import *
 
diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py
index 59b69cb..4e76d41 100644
--- a/test/shaping/hb_test_tools.py
+++ b/test/shaping/hb_test_tools.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from __future__ import print_function
 import sys, os, re, difflib, unicodedata, errno, cgi


More information about the HarfBuzz mailing list