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