projects
/
scpubgit/TenDotTcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3c6a0ce
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/readch.t
b/t/readch.t
index
288d3f3
..
c10189a
100644
(file)
--- 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