add commented out waits forever test - read callback not called on close
Matt S Trout [Sat, 4 Aug 2012 16:49:31 +0000 (16:49 +0000)]
t/readch.t

index 288d3f3..c10189a 100644 (file)
@@ -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