summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
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 c99ad2a..19b6005 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}
+if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
package ifneeded tcltest 2.3.7 [list source [file join $dir tcltest.tcl]]