summaryrefslogtreecommitdiffstats
path: root/test/option-o.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-o.py')
-rw-r--r--test/option-o.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option-o.py b/test/option-o.py
index 90ad430..caa3d76 100644
--- a/test/option-o.py
+++ b/test/option-o.py
@@ -33,13 +33,13 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
test.run(arguments = '-o foo .',
- stderr = "Warning: the -o option is not yet implemented\n")
+ stderr = "Warning: the -o option is not yet implemented\n")
test.run(arguments = '--old-file=foo .',
- stderr = "Warning: the --old-file option is not yet implemented\n")
+ stderr = "Warning: the --old-file option is not yet implemented\n")
test.run(arguments = '--assume-old=foo .',
- stderr = "Warning: the --assume-old option is not yet implemented\n")
+ stderr = "Warning: the --assume-old option is not yet implemented\n")
test.pass_test()