1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Omit on Readline 7.0 because it's wrong behaviour for not TTY env

This commit is contained in:
aycabta 2021-08-09 18:17:07 +09:00
parent 93ddff4802
commit 5e633fb99e

View file

@ -479,6 +479,7 @@ module BasetestReadline
def test_interrupt_in_other_thread
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
omit "Skip Readline 7.0" if Readline::VERSION == "7.0"
omit unless respond_to?(:assert_ruby_status)
omit if /mswin|mingw/ =~ RUBY_PLATFORM
code = <<-"end;"