summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 21:37:41 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 21:37:41 +0000
commit99e1e0f208a6c328494b11bdde29e074f7abba7f (patch)
tree568b68925ea95032d3262357dc36f6fa005a1eaf /test
parent38751ad9ae0d49e57d06a637b140fe05ca6a6020 (diff)
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 2f0777cc46..668d054743 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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"