Skip to content

Commit

Permalink
suppress warnings
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Oct 28, 2015
1 parent e5747f3 commit a8919bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ def test_status_quit
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?],
Expand Down

0 comments on commit a8919bc

Please sign in to comment.