diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
commit | 47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4 (patch) | |
tree | 77b059089eb70cf671ae3bf5930fda9cf184e04b /tests/unixFile.test | |
parent | 657ded5397a440b328236e0e1e575df180e331dd (diff) | |
parent | bc7cee752da36301f1478e54749f8e6b4a8d8b3e (diff) | |
download | tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.zip tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.gz tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/unixFile.test')
-rw-r--r-- | tests/unixFile.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unixFile.test b/tests/unixFile.test index 0ea0ec1..8147f48 100644 --- a/tests/unixFile.test +++ b/tests/unixFile.test @@ -14,6 +14,9 @@ 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] |