Tcl Source Code

Artifact [355d1d1b65]
Login

Artifact 355d1d1b65276f31f25919e9d4781a2b59c86c45:

Attachment "winPipe.errs" to ticket [678430ffff] added by kennykb 2003-02-01 05:07:57.
winPipe.test

==== winpipe-1.11 32 bit comprehensive tests: read from application FAILED
==== Contents of test case:

    set f [open "|[list $cat32] < $path(little)" r]
    gets $f line
    catch {close $f} msg
    list $line $msg

---- Result was:
{} stderr32
---- Result should have been (exact matching):
little stderr32
==== winpipe-1.11 FAILED