diff options
author | dgp <dgp@users.sourceforge.net> | 2018-11-01 14:50:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-11-01 14:50:31 (GMT) |
commit | ff9bd4ad1cfadc4275e6956e973711ba985e958e (patch) | |
tree | 2869df9f93029901bf67f0f4e1f9318f1e5c219c /library/tcltest/pkgIndex.tcl | |
parent | ccbbac847ad99b9cbb97ff5183f36c862a303bbe (diff) | |
parent | a0c7ff582a10cc77bd4f95cf577516beeb416ce5 (diff) | |
download | tcl-ff9bd4ad1cfadc4275e6956e973711ba985e958e.zip tcl-ff9bd4ad1cfadc4275e6956e973711ba985e958e.tar.gz tcl-ff9bd4ad1cfadc4275e6956e973711ba985e958e.tar.bz2 |
merge 8.6
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index c9d3759..fde3ffe 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -8,5 +8,5 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -if {![package vsatisfies [package provide Tcl] 8.5]} {return} -package ifneeded tcltest 2.4.1 [list source [file join $dir tcltest.tcl]] +if {![package vsatisfies [package provide Tcl] 8.5-]} {return} +package ifneeded tcltest 2.5.0 [list source [file join $dir tcltest.tcl]] |