diff options
Diffstat (limited to 'tests/bell.test')
-rw-r--r-- | tests/bell.test | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/bell.test b/tests/bell.test index e7ddeb2..16fea0f 100644 --- a/tests/bell.test +++ b/tests/bell.test @@ -6,10 +6,7 @@ # All rights reserved. package require tcltest 2.1 -namespace import -force tcltest::configure -namespace import -force tcltest::testsDirectory -configure -testdir [file join [pwd] [file dirname [info script]]] -configure -loadfile [file join [testsDirectory] constraints.tcl] +eval tcltest::configure $argv tcltest::loadTestedCommands test bell-1.1 {bell command} { @@ -45,18 +42,5 @@ test bell-1.8 {bell command} { } {} # cleanup -::tcltest::cleanupTests +cleanupTests return - - - - - - - - - - - - - |