summaryrefslogtreecommitdiffstats
path: root/test/FindFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/FindFile.py')
-rw-r--r--test/FindFile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/FindFile.py b/test/FindFile.py
index 6c3c347..6123c5a 100644
--- a/test/FindFile.py
+++ b/test/FindFile.py
@@ -56,9 +56,10 @@ test 2
test 4
+scons: "." is up to date.
"""
-test.run(stdout = expect)
+test.run(arguments = ".", stdout = expect)
test.pass_test()