diff options
author | hobbs <hobbs> | 2005-04-20 00:14:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-04-20 00:14:54 (GMT) |
commit | 83b7caad0f7cbf70e83ec99688ef29b77d0f762d (patch) | |
tree | 1167d8811a736f501589a70e5a70abcd24e4665d /tests/winPipe.test | |
parent | 2d05f5cdb712b67bf5db128baf8b7a39953ba536 (diff) | |
download | tcl-83b7caad0f7cbf70e83ec99688ef29b77d0f762d.zip tcl-83b7caad0f7cbf70e83ec99688ef29b77d0f762d.tar.gz tcl-83b7caad0f7cbf70e83ec99688ef29b77d0f762d.tar.bz2 |
* tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one
can truly block.
Diffstat (limited to 'tests/winPipe.test')
-rw-r--r-- | tests/winPipe.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/winPipe.test b/tests/winPipe.test index 34de9bb..c67132b 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.22.2.3 2005/04/19 16:28:34 davygrvy Exp $ +# RCS: @(#) $Id: winPipe.test,v 1.22.2.4 2005/04/20 00:14:54 hobbs Exp $ package require tcltest namespace import -force ::tcltest::* @@ -310,7 +310,6 @@ test winpipe-6.2 {PipeSetupProc & PipeCheckProc: write threads} \ flush $f after 100 { lappend x timeout } vwait x - fconfigure $f -blocking 1 lappend x [catch {close $f} msg] $msg } {writable timeout 0 {}} |