summaryrefslogtreecommitdiff
path: root/test/readline/test_readline.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-22 10:13:38 +0900
committergit <svn-admin@ruby-lang.org>2023-02-22 01:18:26 +0000
commitfc59b587156e7ab80b6d5c8cd6708041c6da0dc8 (patch)
treeec791274355b40e8ea285fee8bd4e6920320b8ff /test/readline/test_readline.rb
parent088919065e7142870650ec2ecbf304e3eab5eb27 (diff)
[ruby/readline-ext] test_readline.rb only needs EnvUtil
https://github.com/ruby/readline-ext/commit/9245965ecd
Diffstat (limited to 'test/readline/test_readline.rb')
-rw-r--r--test/readline/test_readline.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb
index 9c3189a09b..abbb527416 100644
--- a/test/readline/test_readline.rb
+++ b/test/readline/test_readline.rb
@@ -485,7 +485,6 @@ module BasetestReadline
# TODO Green CI for arm32-linux (Travis CI), and Readline 7.0.
def test_interrupt_in_other_thread
- omit "Skip macOS platform" if RUBY_PLATFORM =~ /darwin/
# Editline and Readline 7.0 can't treat I/O that is not tty.
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
omit "Skip Readline 7.0" if Readline::VERSION == "7.0"
@@ -837,7 +836,6 @@ module BasetestReadline
end
def test_without_tty
- omit "Skip macOS platform" if RUBY_PLATFORM =~ /darwin/
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
loader = nil
if defined?(TestReadline) && self.class == TestReadline