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 | 24b0f264c3d39f99abfaeb34757ccc32e093ff61 (patch) | |
tree | 53f54e7252576d6600797e9c2026bb25c909aea2 /library/tcltest/pkgIndex.tcl | |
parent | f326f97897cf1deebbeb48e3f4298afb4f2e53d7 (diff) | |
download | tcl-24b0f264c3d39f99abfaeb34757ccc32e093ff61.zip tcl-24b0f264c3d39f99abfaeb34757ccc32e093ff61.tar.gz tcl-24b0f264c3d39f99abfaeb34757ccc32e093ff61.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]] |