diff options
Diffstat (limited to 'test/option-c.py')
-rw-r--r-- | test/option-c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-c.py b/test/option-c.py index 22523bd..f406574 100644 --- a/test/option-c.py +++ b/test/option-c.py @@ -28,7 +28,7 @@ import os.path import sys import TestSCons -python = sys.executable +python = TestSCons.python test = TestSCons.TestSCons() |