diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-02-12 16:56:17 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-02-12 16:56:17 (GMT) |
commit | 0c764d2b03ab2b8daf95b3a25a470b56dffdad4f (patch) | |
tree | 652bfb7d1493e6706265f1f52db3ae7c624ef40d /tests/socket.test | |
parent | bf448a6421c4fd0340d6bba70aba3b0a713d049b (diff) | |
download | tcl-0c764d2b03ab2b8daf95b3a25a470b56dffdad4f.zip tcl-0c764d2b03ab2b8daf95b3a25a470b56dffdad4f.tar.gz tcl-0c764d2b03ab2b8daf95b3a25a470b56dffdad4f.tar.bz2 |
Minor fixes and tests
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 a0fe2f7..b1435be 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -1071,7 +1071,7 @@ test socket_$af-7.3 {testing socket specific options} -constraints [list socket close $s update llength $l -} -result 22 +} -result 20 test socket_$af-7.4 {testing socket specific options} -constraints [list socket supported_$af] -setup { set timer [after 10000 "set x timed_out"] set l "" |