diff options
Diffstat (limited to 'test/Fortran/SHF77FLAGS.py')
-rw-r--r-- | test/Fortran/SHF77FLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHF77FLAGS.py b/test/Fortran/SHF77FLAGS.py index e3f78a8..19d40b6 100644 --- a/test/Fortran/SHF77FLAGS.py +++ b/test/Fortran/SHF77FLAGS.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(SHF77 = r'%(_python_)s myfortran_flags.py g77') |