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:
parent
93ddff4802
commit
5e633fb99e
1 changed files with 1 additions and 0 deletions
|
@ -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;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue