diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 21:05:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 21:05:49 (GMT) |
commit | a8eb4be9f28af1b8a6bf8e78dbe7964625b70f28 (patch) | |
tree | 6fd1948dd1678b08051bb55e2875b9857b5bc23f /tests | |
parent | b774a7b73682ce8dec7ce3a91c495205fbb6adae (diff) | |
parent | b62d0cd535ee81ad4c8929d41895817b0159ef40 (diff) | |
download | tcl-a8eb4be9f28af1b8a6bf8e78dbe7964625b70f28.zip tcl-a8eb4be9f28af1b8a6bf8e78dbe7964625b70f28.tar.gz tcl-a8eb4be9f28af1b8a6bf8e78dbe7964625b70f28.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.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.test b/tests/init.test index 79d9a04..41b8624 100644 --- a/tests/init.test +++ b/tests/init.test @@ -11,7 +11,7 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. if {"::tcltest" ni [namespace children]} { - package require tcltest 2.3.3 + package require tcltest 2.3.4 namespace import -force ::tcltest::* } |