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.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/option--override.py b/test/option--override.py
index ce7adae..3b1bd82 100644
--- a/test/option--override.py
+++ b/test/option--override.py
@@ -10,10 +10,8 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '--override=foo')
-
-test.fail_test(test.stderr() !=
- "Warning: the --override option is not yet implemented\n")
+test.run(arguments = '--override=foo',
+ stderr = "Warning: the --override option is not yet implemented\n")
test.pass_test()