From bba6386d9568123a7c76693e3a5fa5e33562a640 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 17 Dec 2019 00:44:32 +0900 Subject: test/ruby/test_process.rb: suppress "unused variable" warning --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 32b415c1b3..e0cb49b8ef 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase STDERR.reopen(STDOUT) begin raise "[Bug #16424]" - rescue => e + rescue abort end end; -- cgit v1.2.3