summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index cd4410302b..2f0777cc46 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -449,6 +449,7 @@ class TestProcess < Test::Unit::TestCase
end
def test_popen_fork
+ return if /freebsd/ =~ RUBY_PLATFORM
IO.popen("-") {|io|
if !io
puts "fooo"