diff options
author | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:03:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-02-24 18:03:31 (GMT) |
commit | 38db1fc0de5100af834452b31b7576bcbfe034d3 (patch) | |
tree | 574146a524fefdccafeaabaa4270ce9d5d3942b6 /library/tcltest/pkgIndex.tcl | |
parent | 23f8cb9c6764671b2965d126b01b5776999ba714 (diff) | |
download | tcl-38db1fc0de5100af834452b31b7576bcbfe034d3.zip tcl-38db1fc0de5100af834452b31b7576bcbfe034d3.tar.gz tcl-38db1fc0de5100af834452b31b7576bcbfe034d3.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
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]] |