summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-10 17:21:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-10 17:21:23 (GMT)
commitb406c00842fecc6fbe4fc0f3672f9a56e5c3c9fb (patch)
tree9a8ee548782df2986f67cdbfe4a97625679f09a4 /tests
parent31eb3eebb78fcd7a0f055fe6ef950cd8faba904e (diff)
downloadtcl-b406c00842fecc6fbe4fc0f3672f9a56e5c3c9fb.zip
tcl-b406c00842fecc6fbe4fc0f3672f9a56e5c3c9fb.tar.gz
tcl-b406c00842fecc6fbe4fc0f3672f9a56e5c3c9fb.tar.bz2
[f652ae79ed] Close sockets used in tests, so as not to corrupt other
tests in the suite.
Diffstat (limited to 'tests')
-rw-r--r--tests/socket.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 2bd2731..93fdb2d 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -2309,6 +2309,7 @@ test socket-14.15 {blocking read on async socket should not trigger event handle
set x ok
fileevent $s writable {set x fail}
catch {read $s}
+ close $s
set x
} -result ok