summaryrefslogtreecommitdiff
blob: c305b688cecadb4b463bdbc68b0bfbf4dac662ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/bin/python b/test/bin/python
index c79b0a4..a9c2991 100755
--- a/test/bin/python
+++ b/test/bin/python
@@ -18,7 +18,7 @@ cat >/dev/null
 # verify the python compiles at least. if this fails then the python code passed
 # to -c failed basic syntax checks.
 echo "$2" |
-/usr/bin/python -c "import sys; __import__('compiler').parse(sys.stdin.read())"
+/usr/bin/python2.7 -c "import sys; __import__('compiler').parse(sys.stdin.read())"
 
 # pretend we found zero processes.
 echo 0