diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-17 14:01:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-17 14:01:14 (GMT) |
commit | da5348ec0fb8117244eee22defae44c8197496a2 (patch) | |
tree | 939e5411d61efb088b50c96cdd7d5b9a44953be3 /tests/winPipe.test | |
parent | a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74 (diff) | |
download | tcl-da5348ec0fb8117244eee22defae44c8197496a2.zip tcl-da5348ec0fb8117244eee22defae44c8197496a2.tar.gz tcl-da5348ec0fb8117244eee22defae44c8197496a2.tar.bz2 |
Remove all win95-specific test-cases, since Windows 95 is not supported any more.
Diffstat (limited to 'tests/winPipe.test')
-rw-r--r-- | tests/winPipe.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/winPipe.test b/tests/winPipe.test index d2e804d..9c6f94d 100644 --- a/tests/winPipe.test +++ b/tests/winPipe.test @@ -82,10 +82,6 @@ test winpipe-1.4 {32 bit comprehensive tests: a lot from pipe} {win nt exec cat3 exec [interpreter] $path(more) < $path(big) | $cat32 > $path(stdout) 2> $path(stderr) list [contents $path(stdout)] [contents $path(stderr)] } "{$big} stderr32" -test winpipe-1.5 {32 bit comprehensive tests: a lot from pipe} {win 95 exec cat32} { - exec command /c type $path(big) |& $cat32 > $path(stdout) 2> $path(stderr) - list [contents $path(stdout)] [contents $path(stderr)] -} "{$big} stderr32" test winpipe-1.6 {32 bit comprehensive tests: from console} \ {win cat32 AllocConsole} { # would block waiting for human input @@ -174,10 +170,6 @@ 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} {win 95 exec} { - exec command.com /c dir /b - set result 1 -} 1 test winpipe-4.1 {Tcl_WaitPid} {win nt exec cat32} { proc readResults {f} { |