ruby-changes:27322
From: nobu <ko1@a...>
Date: Fri, 22 Feb 2013 11:54:06 +0900 (JST)
Subject: [ruby-changes:27322] nobu:r39374 (trunk): * test/ruby/test_process.rb: remove useless sleep.
nobu 2013-02-22 11:53:54 +0900 (Fri, 22 Feb 2013) New Revision: 39374 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39374 Log: * test/ruby/test_process.rb: remove useless sleep. Modified files: trunk/test/ruby/test_process.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 39373) +++ test/ruby/test_process.rb (revision 39374) @@ -1588,8 +1588,6 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1588 sleep EOS begin - sleep 0.1 - # test Process.getsid() w/o arg assert_equal(Marshal.load(io), Process.getsid) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/