summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test13
1 files changed, 3 insertions, 10 deletions
diff --git a/tests/main.test b/tests/main.test
index 0f25637..17fbaf9 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -8,19 +8,12 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: main.test,v 1.6 2002/07/13 20:28:35 dgp Exp $
+# RCS: @(#) $Id: main.test,v 1.7 2003/04/01 21:06:41 dgp Exp $
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
-namespace import -force tcltest::interpreter
-namespace import -force tcltest::makeFile
-namespace import -force tcltest::removeFile
-
test main-1.1 {StdinProc} {unix} {
set script [makeFile {
close stdin; exit
@@ -35,7 +28,7 @@ test main-1.1 {StdinProc} {unix} {
} {0 {}}
# cleanup
-::tcltest::cleanupTests
+cleanupTests
return