summaryrefslogtreecommitdiffstats
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
commitf533430c11239c6967d09eb14f57cb5f78cb483d (patch)
tree568b68925ea95032d3262357dc36f6fa005a1eaf /test
parent594089c8bdb7dd1bf98cf50e6d995a87a9b60d59 (diff)
downloadruby-f533430c11239c6967d09eb14f57cb5f78cb483d.tar.gz
ruby-f533430c11239c6967d09eb14f57cb5f78cb483d.tar.xz
ruby-f533430c11239c6967d09eb14f57cb5f78cb483d.zip
add comment.
git-svn-id: http://svn.ruby-lang.org/repos/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 2f0777cc4..668d05474 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"