summaryrefslogtreecommitdiff
path: root/contrib/testsuite-management
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-18 19:55:46 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-18 19:55:46 +0000
commit02b988a4711b3b815329086652a2b6688803965e (patch)
tree2b57342c6da7ee9afd3f19b30af055e58f9fc925 /contrib/testsuite-management
parent6434e009f807c03127246f458db80122b42f3ec2 (diff)
downloadgcc-02b988a4711b3b815329086652a2b6688803965e.tar.gz
* testsuite-management/validate_failures.py: Fix
/usr/bin/python invocation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189631 138bc75d-0d04-0410-961f-82ee72b054a4
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 c07be84cd03..b2c52fc007b 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.