diff options
Diffstat (limited to 'test/SConscript.py')
-rw-r--r-- | test/SConscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConscript.py b/test/SConscript.py index 8a0f28b..b463f7e 100644 --- a/test/SConscript.py +++ b/test/SConscript.py @@ -31,7 +31,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', """ import os print "SConstruct", os.getcwd() -Conscript('SConscript') +SConscript('SConscript') """) # XXX I THINK THEY SHOULD HAVE TO RE-IMPORT OS HERE |