зеркало из https://github.com/github/ruby.git
fix the path of ifconfig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ba8a74314e
Коммит
bfbf9d0956
|
@ -334,7 +334,7 @@ class TestSocket < Test::Unit::TestCase
|
|||
end
|
||||
when /darwin/
|
||||
if ai.ipv6?
|
||||
ifconfig ||= `ifconfig`
|
||||
ifconfig ||= `/sbin/ifconfig`
|
||||
next true if ifconfig.scan(/^(\w+):(.*(?:\n\t.*)*)/).find do|ifname, value|
|
||||
value.include?(ai.ip_address) && value.include?('POINTOPOINT')
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче