summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-04-08 16:02:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-04-08 16:02:07 (GMT)
commit5a86888bc226a87521bef9b80c1a93b7460204a1 (patch)
tree308410a7672c62d0bca58e1c415e7056b7f970e2 /library/tcltest/pkgIndex.tcl
parent51b27ff309c08d5e6d111c85411dbdc4c262a0bd (diff)
downloadtcl-5a86888bc226a87521bef9b80c1a93b7460204a1.zip
tcl-5a86888bc226a87521bef9b80c1a93b7460204a1.tar.gz
tcl-5a86888bc226a87521bef9b80c1a93b7460204a1.tar.bz2
* library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest
* library/tcltest/pkgIndex.tcl: package. [Bug 2570363]
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 ec0ef1f..e569fa5 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.3]} {return}
-package ifneeded tcltest 2.2.9 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.2.10 [list source [file join $dir tcltest.tcl]]