summaryrefslogtreecommitdiffstats
path: root/test/option-l.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-l.py')
-rw-r--r--test/option-l.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option-l.py b/test/option-l.py
index 84223c2..65ec69b 100644
--- a/test/option-l.py
+++ b/test/option-l.py
@@ -33,13 +33,13 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
test.run(arguments = '-l 1 .',
- stderr = "Warning: the -l option is not yet implemented\n")
+ stderr = "Warning: the -l option is not yet implemented\n")
test.run(arguments = '--load-average=1 .',
- stderr = "Warning: the --load-average option is not yet implemented\n")
+ stderr = "Warning: the --load-average option is not yet implemented\n")
test.run(arguments = '--max-load=1 .',
- stderr = "Warning: the --max-load option is not yet implemented\n")
+ stderr = "Warning: the --max-load option is not yet implemented\n")
test.pass_test()