aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 0 insertions, 1 deletions
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"