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