diff options
author | dgp <dgp@users.sourceforge.net> | 2022-11-18 17:53:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-11-18 17:53:54 (GMT) |
commit | 3e4ac217aab55243d9096d19d611bfd368a4aa9b (patch) | |
tree | f369b7566af49c61906930b6df7dfd74d8dde5db /tests/ioCmd.test | |
parent | 2a1443e0e07d217161b094cf6e550f63ef2cab54 (diff) | |
download | tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.zip tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.tar.gz tcl-3e4ac217aab55243d9096d19d611bfd368a4aa9b.tar.bz2 |
Bring back the common facilities of the tcltests "package", but use a less
fragile method to gain access to them.
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r-- | tests/ioCmd.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index 99bb464..d17dce3 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -17,6 +17,7 @@ if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* } +source [file join [file dirname [info script]] tcltests.tcl] ::tcltest::loadTestedCommands catch [list package require -exact Tcltest [info patchlevel]] |