From f6a4b06850f0da0e002638c328710c020a3c3394 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Jan 2014 10:12:28 +0000 Subject: test_process.rb: fix condition * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): fix condition to define. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 8302539734..5509364e60 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1907,5 +1907,5 @@ EOS end runner.close end - end if defined?(Process.fork) + end if defined?(fork) end -- cgit v1.2.3