summaryrefslogtreecommitdiffstats
path: root/test/option-w.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-w.py')
-rw-r--r--test/option-w.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-w.py b/test/option-w.py
index 20214bb..0ee67a2 100644
--- a/test/option-w.py
+++ b/test/option-w.py
@@ -32,10 +32,10 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '-w',
+test.run(arguments = '-w .',
stderr = "Warning: the -w option is not yet implemented\n")
-test.run(arguments = '--print-directory',
+test.run(arguments = '--print-directory .',
stderr = "Warning: the --print-directory option is not yet implemented\n")
test.pass_test()