summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-02-24 18:03:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-02-24 18:03:31 (GMT)
commit38db1fc0de5100af834452b31b7576bcbfe034d3 (patch)
tree574146a524fefdccafeaabaa4270ce9d5d3942b6 /library/tcltest/pkgIndex.tcl
parent23f8cb9c6764671b2965d126b01b5776999ba714 (diff)
downloadtcl-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.tcl2
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]]