$OpenBSD: patch-test_ruby_test_process_rb,v 1.1.1.1 2017/01/06 15:59:25 jeremy Exp $

Work around pthread fifo fdlock bug.

--- test/ruby/test_process.rb.orig	Tue Dec  6 18:41:00 2016
+++ test/ruby/test_process.rb	Sun Dec 18 13:32:10 2016
@@ -623,7 +623,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|
