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