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