mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e5747f3e3c
commit
a8919bc0a6
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
return unless Signal.list.include?("QUIT")
|
||||
|
||||
with_tmpchdir do
|
||||
cur, max = Process.getrlimit(:CORE)
|
||||
_, max = Process.getrlimit(:CORE)
|
||||
s = assert_in_out_err([], "Process.kill(:SIGQUIT, $$);sleep 30", //, //, :rlimit_core=>[0,max])
|
||||
assert_equal([false, true, false, nil],
|
||||
[s.exited?, s.signaled?, s.stopped?, s.success?],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue