summaryrefslogtreecommitdiffstats
path: root/test/option-m.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-m.py')
-rw-r--r--test/option-m.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-m.py b/test/option-m.py
index 3e7c8ee..fb38173 100644
--- a/test/option-m.py
+++ b/test/option-m.py
@@ -32,7 +32,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '-m',
+test.run(arguments = '-m .',
stderr = "Warning: ignoring -m option\n")
test.pass_test()