mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38751ad9ae
commit
99e1e0f208
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_popen_fork
|
||||
return if /freebsd/ =~ RUBY_PLATFORM
|
||||
return if /freebsd/ =~ RUBY_PLATFORM # this test freeze in FreeBSD
|
||||
IO.popen("-") {|io|
|
||||
if !io
|
||||
puts "fooo"
|
||||
|
|
Loading…
Add table
Reference in a new issue