diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-20 20:21:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-20 20:21:50 (GMT) |
commit | e69901045e82f866693fcb6716831418846e2bac (patch) | |
tree | 53f54e7252576d6600797e9c2026bb25c909aea2 /library/tcltest/pkgIndex.tcl | |
parent | 871b2c750d594d61b15d9fcd809dd50633ad881c (diff) | |
download | tcl-e69901045e82f866693fcb6716831418846e2bac.zip tcl-e69901045e82f866693fcb6716831418846e2bac.tar.gz tcl-e69901045e82f866693fcb6716831418846e2bac.tar.bz2 |
ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare
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]] |