* 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
This commit is contained in:
nobu 2013-02-22 02:53:54 +00:00
parent 839ae05e0c
commit 2027a05247

View File

@ -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)