test/ruby/test_process.rb: suppress "unused variable" warning

This commit is contained in:
Yusuke Endoh 2019-12-17 00:44:32 +09:00
parent c6b1342d29
commit bba6386d95

View File

@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase
STDERR.reopen(STDOUT)
begin
raise "[Bug #16424]"
rescue => e
rescue
abort
end
end;