[ruby/readline-ext] Give up Editline

https://github.com/ruby/readline-ext/commit/d924cfc1e6
This commit is contained in:
aycabta 2021-08-14 22:13:00 +09:00
Родитель 2c056816c4
Коммит 9f88135f78
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -477,7 +477,7 @@ module BasetestReadline
end
end
# TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0.
# TODO Green CI for arm32-linux (Travis CI), and Readline 7.0.
def test_interrupt_in_other_thread
# Editline and Readline 7.0 can't treat I/O that is not tty.
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)