summaryrefslogtreecommitdiffstats
path: root/test/AS/ASPP.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/AS/ASPP.py')
-rw-r--r--test/AS/ASPP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AS/ASPP.py b/test/AS/ASPP.py
index 18c067f..64e1080 100644
--- a/test/AS/ASPP.py
+++ b/test/AS/ASPP.py
@@ -35,7 +35,7 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
test.file_fixture('mylink.py')
-test.file_fixture(os.path.join('fixture', 'myas.py'))
+test.file_fixture(['fixture', 'myas.py'])
test.write('SConstruct', """
env = Environment(LINK = r'%(_python_)s mylink.py',