diff options
Diffstat (limited to 'tests/init.test')
-rw-r--r-- | tests/init.test | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/init.test b/tests/init.test index db93b60..6855098 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.10 2003/06/26 00:54:21 dgp Exp $ +# RCS: @(#) $Id: init.test,v 1.11 2003/06/27 17:22:41 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -67,10 +67,6 @@ interp eval $testInterp [list namespace import -force ::tcltest::*] interp eval $testInterp { -if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest -} - auto_reset catch {rename parray {}} @@ -201,6 +197,7 @@ foreach arg [subst -nocommands -novariables { incr count } +cleanupTests } ;# End of [interp eval $testInterp] # cleanup |