diff options
author | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:05:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:05:36 (GMT) |
commit | 4aab419f2a28b255fcf215888a9665ed97ec126c (patch) | |
tree | 4d26a0bfc2804342ef1118d9b32cf8f28989a8fd /library/tcltest/pkgIndex.tcl | |
parent | e496c271c1ad2c8e7d5020353ccbfcf5bd0c0bf2 (diff) | |
download | tcl-4aab419f2a28b255fcf215888a9665ed97ec126c.zip tcl-4aab419f2a28b255fcf215888a9665ed97ec126c.tar.gz tcl-4aab419f2a28b255fcf215888a9665ed97ec126c.tar.bz2 |
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid
* tests/tcltest.test: failed attempts to [source] a directory, and
similar matters. Thanks to "mpettigr". [Bug 1119798]
* library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8
* unix/Makefile.in:
* win/Makefile.in:
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 fe594b6..1aa4a46 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.7 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.2.8 [list source [file join $dir tcltest.tcl]] |