diff options
author | hobbs <hobbs> | 2001-09-19 21:56:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-19 21:56:58 (GMT) |
commit | 670c53863ef196c8bacf60c549b7373ca50ea6e7 (patch) | |
tree | 2ee8e783f8d4d1fb4455ab91aba5ef42622291fb /tests/winPipe.test | |
parent | e4ca47d100a245b758a9da506d310710c751504d (diff) | |
download | tcl-670c53863ef196c8bacf60c549b7373ca50ea6e7.zip tcl-670c53863ef196c8bacf60c549b7373ca50ea6e7.tar.gz tcl-670c53863ef196c8bacf60c549b7373ca50ea6e7.tar.bz2 |
added back deletion of "more" file
Diffstat (limited to 'tests/winPipe.test')
-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} { |