diff options
| author | max@tclers.tk (Reinhard Max) <max> | 2013-11-12 13:12:21 (GMT) |
|---|---|---|
| committer | max@tclers.tk (Reinhard Max) <max> | 2013-11-12 13:12:21 (GMT) |
| commit | 5e6dcbe6d8d6064838de01fa111ffc3e6ec3961f (patch) | |
| tree | 6b4f42a746eeb41e788717fda05c048c41a5d0e9 | |
| parent | 1cf4169fd584c76d7c8247f1eb68e792108d8210 (diff) | |
| download | tcl-5e6dcbe6d8d6064838de01fa111ffc3e6ec3961f.zip tcl-5e6dcbe6d8d6064838de01fa111ffc3e6ec3961f.tar.gz tcl-5e6dcbe6d8d6064838de01fa111ffc3e6ec3961f.tar.bz2 | |
socket-14.6 only makes sense where both, IPv4 and IPv6 are supported.
| -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 |
