1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Guard spec which only works on Linux

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2018-08-18 23:49:34 +00:00
parent 2e420b8b99
commit f6f54d776e

View file

@ -447,7 +447,7 @@ describe "Addrinfo#initialize" do
end
end
platform_is_not :windows, :solaris do
platform_is :linux do
describe 'and the socket type is set to SOCK_SEQPACKET' do
before do
@socktype = Socket::SOCK_SEQPACKET