test_tcp_connect: disable wait_writable_set test on non-Linux
commitf589a9ae18216e1220bea8f905f33051e88f1ae7
authorEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 19:30:45 +0000 (5 12:30 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 May 2011 19:34:48 +0000 (5 12:34 -0700)
treefe2292d0a454367193afc034d88b0d21adada4be
parent9900efecb60635ad97b5c00c76eb60252839b1c1
test_tcp_connect: disable wait_writable_set test on non-Linux

OpenBSD seems to make connect() return success immediately even
on a non-blocking socket, so it's hard to test for.

Thanks to Jeremy Evans to reporting the issue under OpenBSD.

ref: http://mid.gmane.org/20110505181846.GB9693@jeremyevans.local
test/test_tcp_connect.rb