summaryrefslogtreecommitdiffstats
path: root/tests/exec.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-18 19:18:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-18 19:18:12 (GMT)
commit2e64df785756872bec28b2f9fc73acd8b3a17ce5 (patch)
tree52d7507d9e8d0c05dc7d7ce2aec162da9c5be574 /tests/exec.test
parentae54d4dd89479887660e43d8189196e5ec1a2fa2 (diff)
parent78bce4ec934a2cce5174e894d2c845df212f71b9 (diff)
downloadtcl-2e64df785756872bec28b2f9fc73acd8b3a17ce5.zip
tcl-2e64df785756872bec28b2f9fc73acd8b3a17ce5.tar.gz
tcl-2e64df785756872bec28b2f9fc73acd8b3a17ce5.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/exec.test')
-rw-r--r--tests/exec.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/exec.test b/tests/exec.test
index 5ecfcac..e8ba6b2 100644
--- a/tests/exec.test
+++ b/tests/exec.test
@@ -19,10 +19,6 @@ if {"::tcltest" ni [namespace children]} {
namespace import -force ::tcltest::*
}
-loadTestedCommands
-catch [list package require -exact tcl::test [info patchlevel]]
-package require tcltests
-
# All tests require the "exec" command.
# Skip them if exec is not defined.
testConstraint exec [llength [info commands exec]]