summaryrefslogtreecommitdiffstats
path: root/tests/cmds.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmds.test')
-rw-r--r--tests/cmds.test20
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/cmds.test b/tests/cmds.test
index 8cf81e6..f630209 100644
--- a/tests/cmds.test
+++ b/tests/cmds.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
update
@@ -41,18 +38,5 @@ test cmds-1.5 {tkwait visibility, window gets deleted} {
} {1 {window ".f.b" was deleted before its visibility changed} deleted}
# cleanup
-::tcltest::cleanupTests
+cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-
-