summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 04:40:58 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 04:40:58 +0000
commit7c465090fd976fe6892a8ec64b036fa0696e3723 (patch)
tree77b3525ab5aeecd6f4e0727eeb2c8cfbe47f7d2a /test/ruby/test_process.rb
parent74016f1842e1c741faf14a5c07988112dc4978fa (diff)
* 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
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 2 insertions, 0 deletions
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)