summaryrefslogtreecommitdiff
path: root/test/Program-j.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-30 19:38:19 +0000
committerSteven Knight <knight@baldmt.com>2003-04-30 19:38:19 +0000
commit3387eab42442c7fe7ed0064de5b939497cc6df1b (patch)
tree3c34e3c08fe379c147c7166067d05a0a87fccaa6 /test/Program-j.py
parent212d77d88aa4374ef13f2e6bc7edf3395ac9736c (diff)
downloadscons-3387eab42442c7fe7ed0064de5b939497cc6df1b.tar.gz
Test portability fixes for Cygwin. (Chad Austin)
Diffstat (limited to 'test/Program-j.py')
-rw-r--r--test/Program-j.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Program-j.py b/test/Program-j.py
index 3e290408..fe778b33 100644
--- a/test/Program-j.py
+++ b/test/Program-j.py
@@ -27,10 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import sys
import TestSCons
-if sys.platform == 'win32':
- _exe = '.exe'
-else:
- _exe = ''
+_exe = TestSCons._exe
f1 = 'f1' + _exe
f2 = 'f2' + _exe