diff options
| author | hobbs <hobbs> | 2001-09-19 21:56:58 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2001-09-19 21:56:58 (GMT) |
| commit | a88b4624a8cec4c5559e328e178d2af8140bf94b (patch) | |
| tree | 2ee8e783f8d4d1fb4455ab91aba5ef42622291fb | |
| parent | 32cbb2c46fe231961c5a1d68ff5ef6aa2aad5f12 (diff) | |
| download | tcl-a88b4624a8cec4c5559e328e178d2af8140bf94b.zip tcl-a88b4624a8cec4c5559e328e178d2af8140bf94b.tar.gz tcl-a88b4624a8cec4c5559e328e178d2af8140bf94b.tar.bz2 | |
added back deletion of "more" file
| -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} { |
