summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2022-11-18 17:53:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2022-11-18 17:53:54 (GMT)
commit3e4ac217aab55243d9096d19d611bfd368a4aa9b (patch)
treef369b7566af49c61906930b6df7dfd74d8dde5db /tests/ioCmd.test
parent2a1443e0e07d217161b094cf6e550f63ef2cab54 (diff)
downloadtcl-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.test1
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]]