diff options
author | max <max@tclers.tk> | 2013-11-12 13:12:21 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-11-12 13:12:21 (GMT) |
commit | 68a9570548ce0893129ab3c5a19b38bfd3eb99fb (patch) | |
tree | 6b4f42a746eeb41e788717fda05c048c41a5d0e9 /tests/socket.test | |
parent | 498d86acd9ca0d9d7bc004c1c14c19dc332b77a3 (diff) | |
download | tcl-68a9570548ce0893129ab3c5a19b38bfd3eb99fb.zip tcl-68a9570548ce0893129ab3c5a19b38bfd3eb99fb.tar.gz tcl-68a9570548ce0893129ab3c5a19b38bfd3eb99fb.tar.bz2 |
socket-14.6 only makes sense where both, IPv4 and IPv6 are supported.
Diffstat (limited to 'tests/socket.test')
-rw-r--r-- | tests/socket.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test index f7e817b..51219e6 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -1852,7 +1852,7 @@ test socket-14.5 {[socket -async] which fails before any connect() can be made} -returnCodes 1 \ -result {couldn't open socket: cannot assign requested address} test socket-14.6 {[socket -async] with no event loop and [fconfigure -error] before the socket is connected} \ - -constraints [list socket supported_any] \ + -constraints [list socket supported_inet supported_inet6] \ -setup { proc accept {s a p} { puts $s bye |