summaryrefslogtreecommitdiff
path: root/test/readline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-12 15:34:54 +0900
committeraycabta <aycabta@gmail.com>2021-08-12 15:35:05 +0900
commitc66b27efbb27c6b6b410457282ac841ead1dd132 (patch)
treeaf1ea16f62b7916b6a8788a2a0fcc5e1ac28e8aa /test/readline
parent7ac440910cb5825eb7ee57544318ffd479dac82b (diff)
Try to run test_interrupt_in_other_thread with Editline
Diffstat (limited to 'test/readline')
-rw-r--r--test/readline/test_readline.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb
index 802d5e7645..1999006dd2 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -477,10 +477,9 @@ 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)
+ # Readline 7.0 can't treat I/O that is not tty.
omit "Skip Readline 7.0" if Readline::VERSION == "7.0"
omit unless respond_to?(:assert_ruby_status)
omit if /mswin|mingw/ =~ RUBY_PLATFORM