summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 21:01:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 21:01:38 (GMT)
commitb62d0cd535ee81ad4c8929d41895817b0159ef40 (patch)
tree8add2ba97612e4effb4639bc13796f52cad3858d /library/tcltest/pkgIndex.tcl
parentde31dba2a563beaf59a669f640312d21dacdc115 (diff)
parentd526e52856c864ba6af3ae8a0b83fc2a9faa06cf (diff)
downloadtcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.zip
tcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.tar.gz
tcl-b62d0cd535ee81ad4c8929d41895817b0159ef40.tar.bz2
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw.
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 2eb43a6..0e4568d 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.3 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.3.4 [list source [file join $dir tcltest.tcl]]