summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/SCONSFLAGS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SCONSFLAGS.py b/test/SCONSFLAGS.py
index cd36313..db866e8 100644
--- a/test/SCONSFLAGS.py
+++ b/test/SCONSFLAGS.py
@@ -67,11 +67,11 @@ os.environ['SCONSFLAGS'] = '-Z'
expect = r"""usage: scons [OPTION] [TARGET] ...
-SCons error: no such option: -Z
+SCons Error: no such option: -Z
"""
test.run(arguments = "-H", status = 2,
- stderr = TestSCons.re_escape(expect))
+ stderr = expect, match=TestSCons.match_exact)
test.pass_test()