summaryrefslogtreecommitdiffstats
path: root/tests/grab.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grab.test')
-rw-r--r--tests/grab.test7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/grab.test b/tests/grab.test
index 35ac8cc..2f4f73b 100644
--- a/tests/grab.test
+++ b/tests/grab.test
@@ -8,10 +8,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
# There's currently no way to test the actual grab effect, per se,
@@ -179,5 +176,5 @@ test grab-5.2 {Tk_GrabObjCmd, grab set} {
set result
} [list "." "global"]
-tcltest::cleanupTests
+cleanupTests
return