add commented out waits forever test - read callback not called on close
[scpubgit/TenDotTcl.git] / 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