Bug #7133 ยป fix_test_execopts_gid.patch
| 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|
|
||