summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/init.test2
-rw-r--r--tests/pkg.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/init.test b/tests/init.test
index 0af94ea..07270e1 100644
--- a/tests/init.test
+++ b/tests/init.test
@@ -11,7 +11,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2.3.3
+ package require tcltest 2.3.4
namespace import -force ::tcltest::*
}
diff --git a/tests/pkg.test b/tests/pkg.test
index a073d25..b935a3f 100644
--- a/tests/pkg.test
+++ b/tests/pkg.test
@@ -12,7 +12,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2.3.3
+ package require tcltest 2.3.4
namespace import -force ::tcltest::*
}