From 38751ad9ae0d49e57d06a637b140fe05ca6a6020 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 6 Aug 2008 21:33:24 +0000 Subject: * test/ruby/process.rb (test_popen_fork): skip a test which is freeze in FreeBSD. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index cd4410302b..2f0777cc46 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -449,6 +449,7 @@ class TestProcess < Test::Unit::TestCase end def test_popen_fork + return if /freebsd/ =~ RUBY_PLATFORM IO.popen("-") {|io| if !io puts "fooo" -- cgit v1.2.3