From 7c465090fd976fe6892a8ec64b036fa0696e3723 Mon Sep 17 00:00:00 2001 From: kosaki Date: Thu, 21 Feb 2013 04:40:58 +0000 Subject: * 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 --- test/ruby/test_process.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 6616955502..049446334e 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -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) -- cgit v1.2.3