From 21bd132482f68735f5a4381934f56ee911904e87 Mon Sep 17 00:00:00 2001 From: redman Date: Fri, 21 May 1999 19:05:04 +0000 Subject: Added test for command.com /c dir /b hang. --- tests/winPipe.test | 8 ++++++-- 1 file 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 -- cgit v0.12