summaryrefslogtreecommitdiffstats
path: root/test/option-e.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-e.py')
-rw-r--r--test/option-e.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-e.py b/test/option-e.py
index 13a46de..1862ae7 100644
--- a/test/option-e.py
+++ b/test/option-e.py
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
test.run(arguments = '-e .',
- stderr = "Warning: the -e option is not yet implemented\n")
+ stderr = "Warning: the -e option is not yet implemented\n")
test.run(arguments = '--environment-overrides .',
- stderr = "Warning: the --environment-overrides option is not yet implemented\n")
+ stderr = "Warning: the --environment-overrides option is not yet implemented\n")
test.pass_test()