From: Matt S Trout Date: Sat, 4 Aug 2012 16:49:31 +0000 (+0000) Subject: add commented out waits forever test - read callback not called on close X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTenDotTcl.git;a=commitdiff_plain;h=4bac215042d68670cd0a8245825bae99f64af989 add commented out waits forever test - read callback not called on close --- diff --git a/t/readch.t b/t/readch.t index 288d3f3..c10189a 100644 --- a/t/readch.t +++ b/t/readch.t @@ -29,5 +29,10 @@ vwait got_line is $got_line bar "Got line from read channel (send after set cb)" -done_testing +#$rch configure -on_close_call {global got_line; set got_line bye} + +#vwait got_line +#is $got_line bye "Close handler called" + +done_testing