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