summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-06-20 20:21:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-06-20 20:21:50 (GMT)
commit24b0f264c3d39f99abfaeb34757ccc32e093ff61 (patch)
tree53f54e7252576d6600797e9c2026bb25c909aea2 /library/tcltest/pkgIndex.tcl
parentf326f97897cf1deebbeb48e3f4298afb4f2e53d7 (diff)
downloadtcl-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.tcl2
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]]