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)
commit2e7505ce3dfc264c78ec87fc26623b853ced6143 (patch)
treee600042b7e69cd48ddb403886c291533de453914 /tests/regexp.test
parentb6f570180beda2bd35b9010f4d137a9af46f15b5 (diff)
downloadtcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.zip
tcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.tar.gz
tcl-2e7505ce3dfc264c78ec87fc26623b853ced6143.tar.bz2
Demand the error message indicating the purpose of the test.
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