aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index c92c31aa16..44f8391271 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -3556,7 +3556,7 @@ __END__
end if File::BINARY != 0
def test_race_gets_and_close
- assert_separately([], "#{<<-"begin;"}\n#{<<-"end;"}")
+ assert_separately([], "#{<<-"begin;"}\n#{<<-"end;"}", signal: :ABRT)
bug13076 = '[ruby-core:78845] [Bug #13076]'
begin;
10.times do |i|