summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-05-21 19:05:03 (GMT)
committerredman <redman@noemail.net>1999-05-21 19:05:03 (GMT)
commit0499890222c417d23b4ffbb24b6f819f9f80c429 (patch)
tree96588e0131a11488057e316f64e08ababf6fc50a /tests
parent52a0dffbc333fd35d43be1167dda81a2f0190961 (diff)
downloadtcl-0499890222c417d23b4ffbb24b6f819f9f80c429.zip
tcl-0499890222c417d23b4ffbb24b6f819f9f80c429.tar.gz
tcl-0499890222c417d23b4ffbb24b6f819f9f80c429.tar.bz2
Added test for command.com /c dir /b hang.
FossilOrigin-Name: b4a00aebea54d2bf304e98ea6e487fe26388e174
Diffstat (limited to 'tests')
-rw-r--r--tests/winPipe.test8
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