diff options
author | jenn <jenn> | 1999-08-27 21:45:17 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-08-27 21:45:17 (GMT) |
commit | f6d9c470d0aae768623bf1afc328443ba2372287 (patch) | |
tree | 97e0910895fc7cf9d0e9e9889ebedae24541189c /tests/env.test | |
parent | 16b4771e72641754fdd0122032875724d6c55e27 (diff) | |
download | tcl-f6d9c470d0aae768623bf1afc328443ba2372287.zip tcl-f6d9c470d0aae768623bf1afc328443ba2372287.tar.gz tcl-f6d9c470d0aae768623bf1afc328443ba2372287.tar.bz2 |
* tests/env.test:
* tests/exec.test:
* tests/io.test:
* tests/event.test:
* tests/tcltest.test: Added 'exit' calls to scripts that the tests
themselves write, and removed accidental checkin of knownBugThreaded
constraints for Solaris and Linux.
Diffstat (limited to 'tests/env.test')
-rw-r--r-- | tests/env.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/env.test b/tests/env.test index 44fc6aa..e65b844 100644 --- a/tests/env.test +++ b/tests/env.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: env.test,v 1.9 1999/07/08 19:44:43 rjohnson Exp $ +# RCS: @(#) $Id: env.test,v 1.10 1999/08/27 21:45:17 jenn Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -84,6 +84,7 @@ puts $f { foreach p $names { puts "$p=$env($p)" } + exit } close $f |