ruby-changes:32612
From: nobu <ko1@a...>
Date: Thu, 23 Jan 2014 19:12:33 +0900 (JST)
Subject: [ruby-changes:32612] nobu:r44691 (trunk): test_process.rb: fix condition
nobu 2014-01-23 19:12:28 +0900 (Thu, 23 Jan 2014) New Revision: 44691 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44691 Log: test_process.rb: fix condition * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): fix condition to define. Modified files: trunk/test/ruby/test_process.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 44690) +++ test/ruby/test_process.rb (revision 44691) @@ -1907,5 +1907,5 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1907 end runner.close end - end if defined?(Process.fork) + end if defined?(fork) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/