diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 12:05:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 12:05:54 (GMT) |
commit | 4d51f6b054999c72115751f3895158195e42b40d (patch) | |
tree | d6ef5c56a014beb37d986cc60a79261dedc48f0e /tests/socket.test | |
parent | 4dc0eb331451143f9fac2621140d60c8073eb21d (diff) | |
download | tcl-4d51f6b054999c72115751f3895158195e42b40d.zip tcl-4d51f6b054999c72115751f3895158195e42b40d.tar.gz tcl-4d51f6b054999c72115751f3895158195e42b40d.tar.bz2 |
Don't use constraints like unixOrPc anymore, use unixOrWin (for example)
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 2fb8988..3544dd9 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -949,7 +949,7 @@ test socket-7.4 {testing socket specific options} {socket} { set l "" lappend l [expr {[lindex $x 2] == $listen}] [llength $x] } {1 3} -test socket-7.5 {testing socket specific options} {socket unixOrPc} { +test socket-7.5 {testing socket specific options} {socket unixOrWin} { set s [socket -server accept 0] proc accept {s a p} { global x |