summaryrefslogtreecommitdiffstats
path: root/test/option-f.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-f.py')
-rw-r--r--test/option-f.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-f.py b/test/option-f.py
index 9fd1a57..21afacb 100644
--- a/test/option-f.py
+++ b/test/option-f.py
@@ -41,12 +41,12 @@ print("SConscript " + os.getcwd())
test.write(subdir_BuildThis, """
import os
-print("subdir/BuildThis", os.getcwd())
+print("subdir/BuildThis "+ os.getcwd())
""")
test.write('Build2', """
import os
-print("Build2", os.getcwd())
+print("Build2 "+ os.getcwd())
""")
wpath = test.workpath()