diff options
author | dgp <dgp@users.sourceforge.net> | 2002-09-22 17:55:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-09-22 17:55:37 (GMT) |
commit | 5ae788a0ea469b9c6ae6686982585d236295abcd (patch) | |
tree | f039183683e5bee00fc722269abab6f820bb7612 /library/tcltest/pkgIndex.tcl | |
parent | 50451d452d9f539e4cd3ea6b1cfd2c631ccad27e (diff) | |
download | tcl-5ae788a0ea469b9c6ae6686982585d236295abcd.zip tcl-5ae788a0ea469b9c6ae6686982585d236295abcd.tar.gz tcl-5ae788a0ea469b9c6ae6686982585d236295abcd.tar.bz2 |
* library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within
test bodies. Thanks to Harald Kirsch. [Bug 612786, Patch 612788]
* library/tcltest/pkgIndex.tcl: Bump to version 2.2.1.
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index b77e989..af5a397 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 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.2.1 [list source [file join $dir tcltest.tcl]] |