summaryrefslogtreecommitdiffstats
path: root/test/AS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/AS.py')
-rw-r--r--test/AS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AS.py b/test/AS.py
index b25a1b6..a45cfaf 100644
--- a/test/AS.py
+++ b/test/AS.py
@@ -29,7 +29,7 @@ import string
import sys
import TestSCons
-python = sys.executable
+python = TestSCons.python
if sys.platform == 'win32':
_exe = '.exe'