diff options
author | dgp <dgp@users.sourceforge.net> | 2009-04-08 16:02:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-04-08 16:02:07 (GMT) |
commit | 56d606da4f2c662cd78633e61ac518bd99f52c57 (patch) | |
tree | 308410a7672c62d0bca58e1c415e7056b7f970e2 /library/tcltest/pkgIndex.tcl | |
parent | a04bd79877fc0082c18a3b9f7afa934b9f67cfd0 (diff) | |
download | tcl-56d606da4f2c662cd78633e61ac518bd99f52c57.zip tcl-56d606da4f2c662cd78633e61ac518bd99f52c57.tar.gz tcl-56d606da4f2c662cd78633e61ac518bd99f52c57.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.tcl | 2 |
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]] |