diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 44eb0a33c2..3661aace15 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -541,9 +541,11 @@ module BasetestReadline log << c if c if log.include?('FAILED') assert false, "Should handle SIGINT correctly but raised interrupt.\nLog: #{log}\n----" + break end if log.include?('SUCCEEDED') assert false, "Should handle SIGINT correctly but exited successfully.\nLog: #{log}\n----" + break end end rescue Timeout::Error => e