Skip to content

Commit

Permalink
Run test_popen_fork on FreeBSD because it can run.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Jul 29, 2011
1 parent 012d590 commit b7c350d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ruby/test_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ def test_execopts_popen
end

def test_popen_fork
return if /freebsd/ =~ RUBY_PLATFORM # this test freeze in FreeBSD
IO.popen("-") {|io|
if !io
puts "fooo"
Expand Down

0 comments on commit b7c350d

Please sign in to comment.