diff options
Diffstat (limited to 'test/LINK.py')
-rw-r--r-- | test/LINK.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/LINK.py b/test/LINK.py index 982cc88..e3c21bc 100644 --- a/test/LINK.py +++ b/test/LINK.py @@ -30,11 +30,7 @@ import sys import TestSCons python = TestSCons.python - -if sys.platform == 'win32': - _exe = '.exe' -else: - _exe = '' +_exe = TestSCons._exe test = TestSCons.TestSCons() |