From ed82d1388f92757ec8f423ef859cff2b54b42bfc Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 18 Jun 2013 07:10:56 +0000 Subject: Remove useless sleep git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_notimp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_notimp.rb') diff --git a/test/ruby/test_notimp.rb b/test/ruby/test_notimp.rb index 0ce0fc48a7..2a5a12a5f3 100644 --- a/test/ruby/test_notimp.rb +++ b/test/ruby/test_notimp.rb @@ -23,7 +23,7 @@ class TestNotImplement < Test::Unit::TestCase def test_call_fork pid = nil Timeout.timeout(1) { - pid = fork {sleep} + pid = fork {} Process.wait pid pid = nil } -- cgit v1.2.3