$OpenBSD: patch-test_ruby_test_process_rb,v 1.1.1.1 2016/01/07 00:52:46 jeremy Exp $

Work around pthread fifo fdlock bug.

--- test/ruby/test_process.rb.orig	Tue Dec 15 21:07:31 2015
+++ test/ruby/test_process.rb	Sun Dec 27 10:55:34 2015
@@ -598,7 +598,7 @@ class TestProcess < Test::Unit::TestCase
       _, v2 = assert_join_threads([t1, t2])
       assert_equal("output to fifo\n", v2)
     }
-  end unless windows? # does not support fifo
+  end if false # pthread fifo fdlock bug
 
   def test_execopts_redirect_open_fifo_interrupt_raise
     with_tmpchdir {|d|
