* file.c (rb_group_member): get rid of NGROUPS dependency.

[Bug #7886] [ruby-core:52537]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2013-02-21 04:40:58 +00:00
parent 74016f1842
commit 7c465090fd
3 changed files with 43 additions and 23 deletions

View file

@ -1588,6 +1588,8 @@ class TestProcess < Test::Unit::TestCase
sleep
EOS
begin
sleep 0.1
# test Process.getsid() w/o arg
assert_equal(Marshal.load(io), Process.getsid)