From 76a45efd38b381d1a427cdb88bcbeaac178d3094 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Jun 2013 07:47:22 +0000 Subject: [PATCH] test_gdbm.rb: reap zombie * test/gdbm/test_gdbm.rb (TestGDBM#have_fork): reap zombie git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/gdbm/test_gdbm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gdbm/test_gdbm.rb b/test/gdbm/test_gdbm.rb index 38d97c1605..a13b33a0b0 100644 --- a/test/gdbm/test_gdbm.rb +++ b/test/gdbm/test_gdbm.rb @@ -88,7 +88,7 @@ if defined? GDBM def have_fork? begin - fork{} + Process.wait(fork{}) true rescue NotImplementedError false