summaryrefslogtreecommitdiffstats
path: root/test/option--C.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--C.py')
-rw-r--r--test/option--C.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--C.py b/test/option--C.py
index 1df3c1a..754d4db 100644
--- a/test/option--C.py
+++ b/test/option--C.py
@@ -51,7 +51,7 @@ test.subdir('sub', ['sub', 'dir'])
test.write('SConstruct', """
import os
-print("SConstruct", os.getcwd())
+print("SConstruct "+os.getcwd())
""")
test.write(['sub', 'SConstruct'], """