summaryrefslogtreecommitdiffstats
path: root/test/Fortran/SHFORTRANFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/SHFORTRANFLAGS.py')
-rw-r--r--test/Fortran/SHFORTRANFLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHFORTRANFLAGS.py b/test/Fortran/SHFORTRANFLAGS.py
index 70c353b..ac2abd8 100644
--- a/test/Fortran/SHFORTRANFLAGS.py
+++ b/test/Fortran/SHFORTRANFLAGS.py
@@ -32,7 +32,7 @@ _obj = TestSCons._shobj
obj_ = TestSCons.shobj_
test = TestSCons.TestSCons()
-test.file_fixture(os.path.join('fixture', 'myfortran_flags.py'))
+test.file_fixture(['fixture', 'myfortran_flags.py'])
test.write('SConstruct', """
env = Environment(SHFORTRAN = r'%(_python_)s myfortran_flags.py fortran')