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