From 83b7caad0f7cbf70e83ec99688ef29b77d0f762d Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 20 Apr 2005 00:14:54 +0000 Subject: * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one can truly block. --- ChangeLog | 5 +++++ tests/winPipe.test | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a573ec..21497a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Jeff Hobbs + + * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one + can truly block. + 2005-04-19 David Gravereaux * win/tclWinPipe.c: The pipe channel driver now respects 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 {}} -- cgit v0.12