diff options
author | redman <redman> | 1999-05-21 19:05:04 (GMT) |
---|---|---|
committer | redman <redman> | 1999-05-21 19:05:04 (GMT) |
commit | 21bd132482f68735f5a4381934f56ee911904e87 (patch) | |
tree | 96588e0131a11488057e316f64e08ababf6fc50a /tests/winPipe.test | |
parent | cc188b074800e637a5f2c70c65addad794de2391 (diff) | |
download | tcl-21bd132482f68735f5a4381934f56ee911904e87.zip tcl-21bd132482f68735f5a4381934f56ee911904e87.tar.gz tcl-21bd132482f68735f5a4381934f56ee911904e87.tar.bz2 |
Added test for command.com /c dir /b hang.
Diffstat (limited to 'tests/winPipe.test')
-rw-r--r-- | tests/winPipe.test | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/winPipe.test b/tests/winPipe.test index 2d23544..e93a39e 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.6 1999/04/16 00:47:37 stanton Exp $ +# RCS: @(#) $Id: winPipe.test,v 1.7 1999/05/21 19:05:04 redman Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -170,7 +170,11 @@ test winpipe-1.21 {32 bit comprehensive tests: read/write application} \ catch {close $f} set r } "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" - +test winpipe-1.22 {Checking command.com for Win95/98 hanging} \ + {pcOnly stdio} { + exec command.com /c dir /b + set result 1 +} 1 test winpipe-2.1 {16 bit comprehensive tests: from little file} {pcOnly stdio cat16} { exec $cat16 < little > stdout 2> stderr |