diff options
Diffstat (limited to 'test/Fortran/SHF90FLAGS.py')
-rw-r--r-- | test/Fortran/SHF90FLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHF90FLAGS.py b/test/Fortran/SHF90FLAGS.py index 6f7ee00..947bf4b 100644 --- a/test/Fortran/SHF90FLAGS.py +++ b/test/Fortran/SHF90FLAGS.py @@ -33,7 +33,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(SHF90 = r'%(_python_)s myfortran_flags.py g90', |