diff options
Diffstat (limited to 'tests/exec.test')
-rw-r--r-- | tests/exec.test | 4 |
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]] |