diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 8f1ecde398..f7ba518e7a 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -592,7 +592,6 @@ class TestProcess < Test::Unit::TestCase end def test_popen_fork - return if /freebsd/ =~ RUBY_PLATFORM # this test freeze in FreeBSD IO.popen("-") {|io| if !io puts "fooo"