From 2027a05247456879928fdc2f47e9a8aa0079becd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Feb 2013 02:53:54 +0000 Subject: [PATCH] * test/ruby/test_process.rb: remove useless sleep. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 049446334e..6616955502 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1588,8 +1588,6 @@ class TestProcess < Test::Unit::TestCase sleep EOS begin - sleep 0.1 - # test Process.getsid() w/o arg assert_equal(Marshal.load(io), Process.getsid)