apply r64239 to macOS too

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-09 07:04:45 +00:00
parent 2eea3288d6
commit 775a40f7d6

View File

@ -22,7 +22,7 @@ describe 'Socket.udp_server_recv' do
# FreeBSD sockets are not instanteous over loopback and # FreeBSD sockets are not instanteous over loopback and
# will EAGAIN on recv. # will EAGAIN on recv.
platform_is :freebsd do platform_is :darwin, :freebsd do
IO.select([@server]) IO.select([@server])
end end