diff options
Diffstat (limited to 'test/Fortran/F95FLAGS.py')
-rw-r--r-- | test/Fortran/F95FLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/F95FLAGS.py b/test/Fortran/F95FLAGS.py index dd542f1..203aee1 100644 --- a/test/Fortran/F95FLAGS.py +++ b/test/Fortran/F95FLAGS.py @@ -33,7 +33,7 @@ test = TestSCons.TestSCons() _exe = TestSCons._exe test.file_fixture('mylink.py') -test.file_fixture(os.path.join('fixture', 'myfortran_flags.py')) +test.file_fixture(['fixture', 'myfortran_flags.py']) test.write('SConstruct', """ env = Environment(LINK = r'%(_python_)s mylink.py', |