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