summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-06-06 08:46:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-06-06 08:46:58 (GMT)
commit0564f2716f8b04442e7d62edc49e651dcff09126 (patch)
treedfddf6c597119ff9ee8b53992ab0180b0adbb0fe /tests
parenta6f4af7b107ac8381f33d4da361aef7825bd7d6b (diff)
parent852f44abf1e24dce23b456d6cfa857bb5649300e (diff)
downloadtcl-0564f2716f8b04442e7d62edc49e651dcff09126.zip
tcl-0564f2716f8b04442e7d62edc49e651dcff09126.tar.gz
tcl-0564f2716f8b04442e7d62edc49e651dcff09126.tar.bz2
merge trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/socket.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 88d8767..0c9320a 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -2161,7 +2161,7 @@ test socket-14.11.0 {pending [socket -async] and nonblocking [puts], no listener
unset x
} -result {socket is not connected} -returnCodes 1
test socket-14.11.1 {pending [socket -async] and nonblocking [puts], no listener, flush} \
- -constraints {socket knownBug} \
+ -constraints {socket} \
-body {
set sock [socket -async localhost [randport]]
fconfigure $sock -blocking 0