From 787e40097bc59dbccd8a23f04f07de4965bc1b62 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 30 Jul 2012 05:56:51 +0000 Subject: NetBSD's /proc//task is broken. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index a34da82d5b..1513cf4674 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1448,7 +1448,7 @@ class TestProcess < Test::Unit::TestCase assert_equal("ok?\n", data) end - if File.directory?("/proc/self/task") + if File.directory?("/proc/self/task") && /netbsdelf[1-6]/ !~ RUBY_PLATFORM def test_daemon_no_threads pid, data = IO.popen("-", "r+") do |f| break f.pid, f.readlines if f -- cgit v1.2.3