aboutsummaryrefslogtreecommitdiff
path: root/contrib/testsuite-management
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-07-18 15:55:46 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2012-07-18 15:55:46 -0400
commit89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3 (patch)
tree2b57342c6da7ee9afd3f19b30af055e58f9fc925 /contrib/testsuite-management
parentaefa74bd2bda63d1420265ba1a5261adeb4c305d (diff)
downloadgcc-89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3.zip
gcc-89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3.tar.gz
gcc-89d223b3ac318e2b9cfcaffa5a3ec19c309a97e3.tar.bz2
validate_failures.py: Fix /usr/bin/python invocation.
* testsuite-management/validate_failures.py: Fix /usr/bin/python invocation. From-SVN: r189631
Diffstat (limited to 'contrib/testsuite-management')
-rwxr-xr-xcontrib/testsuite-management/validate_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py
index c07be84..b2c52fc 100755
--- a/contrib/testsuite-management/validate_failures.py
+++ b/contrib/testsuite-management/validate_failures.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
# Script to compare testsuite failures against a list of known-to-fail
# tests.