summaryrefslogtreecommitdiffstats
path: root/tests/regexp.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-04-08 19:30:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-04-08 19:30:51 (GMT)
commitf637643facaa33834a74333f56971933a2158176 (patch)
treee600042b7e69cd48ddb403886c291533de453914 /tests/regexp.test
parentd2ebbe8d0453b1830261e251e116ccec67a6479c (diff)
downloadtcl-f637643facaa33834a74333f56971933a2158176.zip
tcl-f637643facaa33834a74333f56971933a2158176.tar.gz
tcl-f637643facaa33834a74333f56971933a2158176.tar.bz2
Demand the error message indicating the purpose of the test.bug_3610026
Diffstat (limited to 'tests/regexp.test')
-rw-r--r--tests/regexp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regexp.test b/tests/regexp.test
index 74fdc09..5328c8e 100644
--- a/tests/regexp.test
+++ b/tests/regexp.test
@@ -689,7 +689,7 @@ test regexp-22.5 {Bug 3610026} -setup {
regexp -about $e
} -cleanup {
unset -nocomplain e cp
-} -returnCodes error -match glob -result *
+} -returnCodes error -match glob -result {*too many colors*}
# cleanup
::tcltest::cleanupTests