diff options
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 |