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