mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
* 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:
parent
74016f1842
commit
7c465090fd
3 changed files with 43 additions and 23 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue