summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-11-07 14:10:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-11-07 14:10:23 (GMT)
commite783e0d809bd84c85d8cf7914540f409b503df4b (patch)
treec7414396aeff0951b15f34858c83d5ba4561977b /tests/socket.test
parent4ec954d30638d7601c2f884c6a70f30ebab5ac11 (diff)
downloadtcl-e783e0d809bd84c85d8cf7914540f409b503df4b.zip
tcl-e783e0d809bd84c85d8cf7914540f409b503df4b.tar.gz
tcl-e783e0d809bd84c85d8cf7914540f409b503df4b.tar.bz2
update changes; more test suite polishing.
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