diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:15:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-22 16:15:43 (GMT) |
commit | 5d8942cb06b4c5a6b538dd5d80eb4f039bd36d34 (patch) | |
tree | b6fc50833b38b61331ded4df2b5e4d8332316685 /library/tcltest/pkgIndex.tcl | |
parent | 871b2c750d594d61b15d9fcd809dd50633ad881c (diff) | |
parent | b45ad18c6c725693ccb23cad53b0264b3c368259 (diff) | |
download | tcl-5d8942cb06b4c5a6b538dd5d80eb4f039bd36d34.zip tcl-5d8942cb06b4c5a6b538dd5d80eb4f039bd36d34.tar.gz tcl-5d8942cb06b4c5a6b538dd5d80eb4f039bd36d34.tar.bz2 |
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare
tcltest -> version 2.3.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 c99ad2a..987725f 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.5]} {return} -package ifneeded tcltest 2.3.7 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.3.8 [list source [file join $dir tcltest.tcl]] |