mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/readline-ext] Omit Editline on without tty test
https://github.com/ruby/readline-ext/commit/a2835ce957
This commit is contained in:
parent
f3fe3511da
commit
b4efa37d98
@ -811,6 +811,7 @@ module BasetestReadline
|
||||
end
|
||||
|
||||
def test_without_tty
|
||||
omit "Skip Editline" if /EditLine/n.match(Readline::VERSION)
|
||||
loader = nil
|
||||
if defined?(TestReadline) && self.class == TestReadline
|
||||
loader = "use_ext_readline"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user