mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip Readline 4.3. [Feature #5785]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f88399018
commit
2418f9cc55
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ class TestReadline < Test::Unit::TestCase
|
|||
rescue NotImplementedError
|
||||
end
|
||||
end
|
||||
end if !/EditLine/n.match(Readline::VERSION)
|
||||
end if !/EditLine|\A4\.3\z/n.match(Readline::VERSION)
|
||||
|
||||
def test_input_metachar
|
||||
bug6601 = '[ruby-core:45682]'
|
||||
|
|
Loading…
Reference in a new issue