summaryrefslogtreecommitdiffstats
path: root/test/Split.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Split.py')
-rw-r--r--test/Split.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Split.py b/test/Split.py
index ee1a435..5207d8d 100644
--- a/test/Split.py
+++ b/test/Split.py
@@ -47,8 +47,9 @@ expect = """['aaa']
['fff']
['ggg', 'hhh']
['iii', 'jjj']
+scons: "." is up to date.
"""
-test.run(stdout = expect)
+test.run(arguments = ".", stdout = expect)
test.pass_test()