summaryrefslogtreecommitdiffstats
path: root/test/Fortran/FORTRANCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/FORTRANCOMSTR.py')
-rw-r--r--test/Fortran/FORTRANCOMSTR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/FORTRANCOMSTR.py b/test/Fortran/FORTRANCOMSTR.py
index fd318c3..f942669 100644
--- a/test/Fortran/FORTRANCOMSTR.py
+++ b/test/Fortran/FORTRANCOMSTR.py
@@ -45,7 +45,7 @@ for l in filter(lambda l, fl=fline: l != fl, infile.readlines()):
sys.exit(0)
""")
-if os.path.normcase('.f') == os.path.normcase('.F'):
+if not TestSCons.case_sensitive_suffixes('.f','.F'):
fortranpp = 'fortran'
else:
fortranpp = 'fortranpp'