diff options
author | hobbs <hobbs@noemail.net> | 2001-09-19 21:56:58 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2001-09-19 21:56:58 (GMT) |
commit | 5d9bf6c825df9fcce647c60208ae72cf7a4df3ed (patch) | |
tree | 2ee8e783f8d4d1fb4455ab91aba5ef42622291fb | |
parent | 38476f44a15b2862e92df1872e480ad817180790 (diff) | |
download | tcl-5d9bf6c825df9fcce647c60208ae72cf7a4df3ed.zip tcl-5d9bf6c825df9fcce647c60208ae72cf7a4df3ed.tar.gz tcl-5d9bf6c825df9fcce647c60208ae72cf7a4df3ed.tar.bz2 |
added back deletion of "more" file
FossilOrigin-Name: e80ddce5b52528740e8bff889276d28e92b0cfb7
-rw-r--r-- | tests/winPipe.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/winPipe.test b/tests/winPipe.test index b8372e6..eadce22 100644 --- a/tests/winPipe.test +++ b/tests/winPipe.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winPipe.test,v 1.14 2001/09/19 20:53:44 hobbs Exp $ +# RCS: @(#) $Id: winPipe.test,v 1.15 2001/09/19 21:56:58 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -173,6 +173,7 @@ test winpipe-1.22 {Checking command.com for Win95/98 hanging} {95 stdio} { exec command.com /c dir /b set result 1 } 1 +file delete more test winpipe-4.1 {Tcl_WaitPid} {nt stdio cat32} { proc readResults {f} { |