summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-02-06 16:29:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-02-06 16:29:19 (GMT)
commitd42212caff8b39b67e45ffb2f80c0ca9123a7cae (patch)
tree323b63489c462e0168c70305a291fb6059618052 /library/tcltest/pkgIndex.tcl
parentbed70f40d96aeecb25a9bc1f7a28f4adc49b1281 (diff)
downloadtcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.zip
tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.gz
tcl-d42212caff8b39b67e45ffb2f80c0ca9123a7cae.tar.bz2
* library/tcltest/tcltest.tcl: Filename arguments to [outputChannel]
and [errorChannel] (also -outfile and -errfile) were [open]ed but never [closed]. Also, [cleanupTests] could remove output or error files. [Bug 676978]. * library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2.
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r--library/tcltest/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index af5a397..345740a 100644
--- a/library/tcltest/pkgIndex.tcl
+++ b/library/tcltest/pkgIndex.tcl
@@ -9,4 +9,4 @@
# full path name of this file's directory.
if {![package vsatisfies [package provide Tcl] 8.3]} {return}
-package ifneeded tcltest 2.2.1 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.2.2 [list source [file join $dir tcltest.tcl]]