summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 21:33:24 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 21:33:24 +0000
commit38751ad9ae0d49e57d06a637b140fe05ca6a6020 (patch)
tree9cd7a3512c35fb2b1caea55e574a40aef3444d7b /test
parent16ea66221c31176479c437a703b951817b529f5d (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
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"