summaryrefslogtreecommitdiffstats
path: root/tests/unixFile.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-02 12:08:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-02 12:08:37 (GMT)
commit47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4 (patch)
tree77b059089eb70cf671ae3bf5930fda9cf184e04b /tests/unixFile.test
parent657ded5397a440b328236e0e1e575df180e331dd (diff)
parentbc7cee752da36301f1478e54749f8e6b4a8d8b3e (diff)
downloadtcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.zip
tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.gz
tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.bz2
merge trunk
Diffstat (limited to 'tests/unixFile.test')
-rw-r--r--tests/unixFile.test3
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]