mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
On amd64, RUBY_PLATFORM is x86_64-netbsd6.99.7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e15934d7f
commit
e62ee61262
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ class TestProcess < Test::Unit::TestCase
|
||||||
assert_equal("ok?\n", data)
|
assert_equal("ok?\n", data)
|
||||||
end
|
end
|
||||||
|
|
||||||
if File.directory?("/proc/self/task") && /netbsdelf[1-6]/ !~ RUBY_PLATFORM
|
if File.directory?("/proc/self/task") && /netbsd[a-z]*[1-6]/ !~ RUBY_PLATFORM
|
||||||
def test_daemon_no_threads
|
def test_daemon_no_threads
|
||||||
pid, data = IO.popen("-", "r+") do |f|
|
pid, data = IO.popen("-", "r+") do |f|
|
||||||
break f.pid, f.readlines if f
|
break f.pid, f.readlines if f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue