mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
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
This commit is contained in:
parent
012d590295
commit
b7c350d963
1 changed files with 0 additions and 1 deletions
|
@ -592,7 +592,6 @@ class TestProcess < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_popen_fork
|
def test_popen_fork
|
||||||
return if /freebsd/ =~ RUBY_PLATFORM # this test freeze in FreeBSD
|
|
||||||
IO.popen("-") {|io|
|
IO.popen("-") {|io|
|
||||||
if !io
|
if !io
|
||||||
puts "fooo"
|
puts "fooo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue