summaryrefslogtreecommitdiffstats
path: root/test/option--wf.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--wf.py')
-rw-r--r--test/option--wf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--wf.py b/test/option--wf.py
index 1076501..db5e043 100644
--- a/test/option--wf.py
+++ b/test/option--wf.py
@@ -32,7 +32,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '--write-filenames=FILE',
+test.run(arguments = '--write-filenames=FILE .',
stderr = "Warning: the --write-filenames option is not yet implemented\n")
test.pass_test()