Project

General

Profile

Bug #7133 ยป fix_test_execopts_gid.patch

jonforums (Jon Forums), 10/10/2012 08:02 AM

View differences:

test/ruby/test_process.rb (working copy)
end
def test_execopts_gid
skip "Process.groups not implemented on Windows platform" if windows?
feature6975 = '[ruby-core:47414]'
[30000, *Process.groups.map {|g| g = Etc.getgrgid(g); [g.name, g.gid]}].each do |group, gid|
    (1-1/1)