summaryrefslogtreecommitdiffstats
path: root/test/F77FLAGS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-30 19:38:19 (GMT)
committerSteven Knight <knight@baldmt.com>2003-04-30 19:38:19 (GMT)
commit3387eab42442c7fe7ed0064de5b939497cc6df1b (patch)
tree3c34e3c08fe379c147c7166067d05a0a87fccaa6 /test/F77FLAGS.py
parent212d77d88aa4374ef13f2e6bc7edf3395ac9736c (diff)
downloadSCons-3387eab42442c7fe7ed0064de5b939497cc6df1b.zip
SCons-3387eab42442c7fe7ed0064de5b939497cc6df1b.tar.gz
SCons-3387eab42442c7fe7ed0064de5b939497cc6df1b.tar.bz2
Test portability fixes for Cygwin. (Chad Austin)
Diffstat (limited to 'test/F77FLAGS.py')
-rw-r--r--test/F77FLAGS.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/F77FLAGS.py b/test/F77FLAGS.py
index b914701..b72c618 100644
--- a/test/F77FLAGS.py
+++ b/test/F77FLAGS.py
@@ -32,12 +32,10 @@ import TestSCons
python = TestSCons.python
test = TestSCons.TestSCons()
-
+_exe = TestSCons._exe
if sys.platform == 'win32':
- _exe = '.exe'
-
test.write('mylink.py', r"""
import string
import sys
@@ -58,8 +56,6 @@ sys.exit(0)
else:
- _exe = ''
-
test.write('mylink.py', r"""
import getopt
import sys