summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-04 16:44:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-04 16:44:00 (GMT)
commit0aaf6122a593480ef13b8a66624a7565c087eb21 (patch)
treef7644f28c15c31d868333aa3946a4df606fce9db /tests/execute.test
parentfd253d8677ffcef7052c8ac03cbd68c656835a35 (diff)
parentf2963d15d036e305300773f74a602c9c0a8c9229 (diff)
downloadtcl-0aaf6122a593480ef13b8a66624a7565c087eb21.zip
tcl-0aaf6122a593480ef13b8a66624a7565c087eb21.tar.gz
tcl-0aaf6122a593480ef13b8a66624a7565c087eb21.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/execute.test')
-rw-r--r--tests/execute.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/execute.test b/tests/execute.test
index b3466e5..6d27e55 100644
--- a/tests/execute.test
+++ b/tests/execute.test
@@ -15,7 +15,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {"::tcltest" ni [namespace children]} {
- package require tcltest 2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
@@ -984,7 +984,7 @@ test execute-8.5 {Bug 2038069} -setup {
test execute-8.6 {Compile epoch bump in global level (bug [fa6bf38d07])} -setup {
interp create child
child eval {
- package require tcltest
+ package require tcltest 2.5
catch [list package require -exact Tcltest [info patchlevel]]
::tcltest::loadTestedCommands
if {[namespace which -command testbumpinterpepoch] eq ""} {
@@ -1017,7 +1017,7 @@ test execute-8.6 {Compile epoch bump in global level (bug [fa6bf38d07])} -setup
test execute-8.7 {Compile epoch bump in global level (bug [fa6bf38d07]), exception case} -setup {
interp create child
child eval {
- package require tcltest
+ package require tcltest 2.5
catch [list package require -exact Tcltest [info patchlevel]]
::tcltest::loadTestedCommands
if {[namespace which -command testbumpinterpepoch] eq ""} {