summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-11-12 04:35:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-11-12 04:35:37 (GMT)
commitc3c06423586daccaeba84d4aacf23f375121434c (patch)
tree1820e19528361121feac19bbe0b3ec0e12d40907 /tests/socket.test
parent69d586c18ca336c0b7eafea4bdebcf7c01b769ce (diff)
parentd18e6da3e471bdaecc24da3e4dfb28620b880daa (diff)
downloadtcl-c3c06423586daccaeba84d4aacf23f375121434c.zip
tcl-c3c06423586daccaeba84d4aacf23f375121434c.tar.gz
tcl-c3c06423586daccaeba84d4aacf23f375121434c.tar.bz2
merge release
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index d6cee30..eeea044 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -2249,7 +2249,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} \
+ -constraints {socket nonportable} \
-body {
set sock [socket -async localhost [randport]]
fconfigure $sock -blocking 0