From f533430c11239c6967d09eb14f57cb5f78cb483d Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 6 Aug 2008 21:37:41 +0000 Subject: add comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit