summaryrefslogtreecommitdiff
path: root/test/overrides.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/overrides.py')
-rw-r--r--test/overrides.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/overrides.py b/test/overrides.py
index f535c975..46953d71 100644
--- a/test/overrides.py
+++ b/test/overrides.py
@@ -31,7 +31,7 @@ import sys
test = TestSCons.TestSCons()
-python = sys.executable
+python = TestSCons.python
test.write('SConstruct', """
env = Environment(LIBS=['a'])