summaryrefslogtreecommitdiffstats
path: root/tests/init.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-11-16 18:00:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-11-16 18:00:11 (GMT)
commitbce1984cd71b25499760b589bfe695ffb6213d83 (patch)
tree26a12433839436b7c432fcfc0b29c7557ad65873 /tests/init.test
parent3ffda83a5b3d9b03fa4bad1e5384919a46adf47a (diff)
downloadtcl-bce1984cd71b25499760b589bfe695ffb6213d83.zip
tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.gz
tcl-bce1984cd71b25499760b589bfe695ffb6213d83.tar.bz2
Revert mistaken commit
Diffstat (limited to 'tests/init.test')
-rw-r--r--tests/init.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/init.test b/tests/init.test
index b5eba4c..0a49472 100644
--- a/tests/init.test
+++ b/tests/init.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: init.test,v 1.20 2009/11/16 17:38:09 ferrieux Exp $
+# RCS: @(#) $Id: init.test,v 1.21 2009/11/16 18:00:11 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -181,7 +181,7 @@ test init-5.0 {return options passed through ::unknown} -setup {
list $code $foo $bar $code2 $foo2 $bar2
} -cleanup {
unset ::auto_index(::xxx)
-} -match glob -result {2 xxx {-errorcode NONE -errorstack * -code 1 -level 1} 2 xxx {-code 1 -level 1 -errorcode NONE -errorstack *}}
+} -result {2 xxx {-errorcode NONE -code 1 -level 1} 2 xxx {-code 1 -level 1 -errorcode NONE}}
cleanupTests
} ;# End of [interp eval $testInterp]