Skip to content

Commit

Permalink
Stop exiting to show "SUCCESS"
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 11, 2021
1 parent 2217b82 commit 01e49af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/readline/test_readline.rb
Expand Up @@ -502,7 +502,6 @@ def test_interrupt_in_other_thread
puts 'TRAP'
}
Readline.readline('input> ')
exit!(0) # Cause the process to exit immediately.
}.value
rescue Interrupt
puts 'FAILED'
Expand Down

0 comments on commit 01e49af

Please sign in to comment.