summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authorstanton <stanton>1998-06-18 18:25:58 (GMT)
committerstanton <stanton>1998-06-18 18:25:58 (GMT)
commite27be7921a7f70adf89b0c59b976c96c32fae7a8 (patch)
tree0e642457c83579949f1c862535263886e6e1b374 /tests/io.test
parent75b521227f47c2241a4edb7d1e913ac348f05f12 (diff)
downloadtcl-e27be7921a7f70adf89b0c59b976c96c32fae7a8.zip
tcl-e27be7921a7f70adf89b0c59b976c96c32fae7a8.tar.gz
tcl-e27be7921a7f70adf89b0c59b976c96c32fae7a8.tar.bz2
*** empty log message ***
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/io.test b/tests/io.test
index 1cde686..e2a48dd 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -5122,6 +5122,7 @@ test io-33.1 {ChannelTimerProc} {
testchannelevent $f set 0 none
after idle {set y done}
vwait y
+ close $f
lappend result $y
} {2 done}