diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_process.rb | 2 |
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) |
