diff options
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test index b81103c..c5d9794 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -12,7 +12,8 @@ # RCS: @(#) if {[lsearch [namespace children] ::tcltest] == -1} { - source [file join [pwd] [file dirname [info script]] defs.tcl] + package require tcltest + namespace import ::tcltest::* } test platform-1.1 {TclpSetVariables: tcl_platform} { |