tests: remove tests for IO#nonblock? after accept
commit48dc3c5a1943801311567e72a8e69fcb0cd8cf8d
authorEric Wong <normalperson@yhbt.net>
Tue, 15 Nov 2011 21:30:26 +0000 (15 13:30 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 15 Nov 2011 21:30:26 +0000 (15 13:30 -0800)
treeb0179df3da2b0c7392ef8a7efb44cd30fc2a3518
parenta1a648fe905808ffa902c44ba7626e3b3eeda627
tests: remove tests for IO#nonblock? after accept

There's no point in testing a Ruby implementation detail and
these tests fail under OpenBSD where the accept()-ed socket
inherits the O_NONBLOCK flag from the parent.
test/lib_server_accept.rb
test/test_accept_flags.rb