diff options
-rw-r--r-- | tests/main.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test index e7ed056..778ce03 100644 --- a/tests/main.test +++ b/tests/main.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: main.test,v 1.2 1998/09/14 18:23:48 stanton Exp $ +# RCS: @(#) $Id: main.test,v 1.3 1998/12/29 19:34:50 hershey Exp $ if {[info procs test] != "test"} { source defs @@ -27,5 +27,6 @@ test main-1.1 {StdinProc} {unixOnly} { } else { set error 0 } + file delete -force script list $error $msg } {0 {}} |