summaryrefslogtreecommitdiffstats
path: root/tests/bgerror.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bgerror.test')
-rw-r--r--tests/bgerror.test20
1 files changed, 2 insertions, 18 deletions
diff --git a/tests/bgerror.test b/tests/bgerror.test
index d534be8..fa33d31 100644
--- a/tests/bgerror.test
+++ b/tests/bgerror.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 bgerror-1.1 {bgerror / tkerror compat} {
@@ -57,18 +54,5 @@ catch {rename tkerror {}}
# to emulate.
# cleanup
-::tcltest::cleanupTests
+cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-
-