diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-13 00:30:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-13 00:30:24 (GMT) |
commit | 511415799ba6bf2ec3e5d90c57dfbb61da8c6da1 (patch) | |
tree | d8de9e4b9b75ecee4498744836b0d9adee60d3b5 /tests/safe.test | |
parent | c67bb2bfa2e4f3a9aff167a37f0d2bb6f06b67cc (diff) | |
download | tk-511415799ba6bf2ec3e5d90c57dfbb61da8c6da1.zip tk-511415799ba6bf2ec3e5d90c57dfbb61da8c6da1.tar.gz tk-511415799ba6bf2ec3e5d90c57dfbb61da8c6da1.tar.bz2 |
* Converted several files in the test suite for testing by
tcltest 2.1.
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/safe.test b/tests/safe.test index bf1b945..b695023 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -6,11 +6,11 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: safe.test,v 1.7 2001/03/31 05:46:10 hobbs Exp $ +# RCS: @(#) $Id: safe.test,v 1.8 2002/07/13 00:30:25 dgp Exp $ -if {[lsearch [namespace children] ::tcltest] == -1} { - source [file join [pwd] [file dirname [info script]] defs.tcl] -} +package require tcltest 2.1 +namespace import -force tcltest::test +eval tcltest::configure $argv ## NOTE: Any time tests fail here with an error like: |