diff options
Diffstat (limited to 'tests/unixFile.test')
-rw-r--r-- | tests/unixFile.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unixFile.test b/tests/unixFile.test index 8147f48..0ea0ec1 100644 --- a/tests/unixFile.test +++ b/tests/unixFile.test @@ -14,9 +14,6 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } -::tcltest::loadTestedCommands -catch [list package require -exact Tcltest [info patchlevel]] - testConstraint testfindexecutable [llength [info commands testfindexecutable]] set oldpwd [pwd] |