summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-29 07:17:37 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-29 07:17:37 +0000
commitb7c350d9639ea981c6acbd5f30361d2803209f63 (patch)
tree9dd66f5a2dbb3e6ef7a17c7eee55e04029af1053
parent012d59029566764d4bca642708cf378a5d79435c (diff)
Run test_popen_fork on FreeBSD because it can run.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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"