diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-13 10:19:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-13 10:19:38 (GMT) |
commit | a02901a8b46ce085a0f8871bbd11cf14f68e024a (patch) | |
tree | 8bbe8497616271dc368d1cb9c319bc7e6c28c10f /tests/safe.test | |
parent | 9d12dd535ad7861c03c333289a501003f4ffed1b (diff) | |
parent | 4ef5cbaad759b55d3e892b3dcbfb69f7809a4cea (diff) | |
download | tcl-a02901a8b46ce085a0f8871bbd11cf14f68e024a.zip tcl-a02901a8b46ce085a0f8871bbd11cf14f68e024a.tar.gz tcl-a02901a8b46ce085a0f8871bbd11cf14f68e024a.tar.bz2 |
Merge tip-597
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/safe.test b/tests/safe.test index 028bee0..e7e427b 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -24,6 +24,8 @@ if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact tcl::test [info patchlevel]] foreach i [interp children] { interp delete $i |