1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Don't run tests which can't run with editline.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-04-08 06:26:48 +00:00
parent 7b18633804
commit 8474c90eac

View file

@ -222,7 +222,7 @@ class TestReadline < Test::Unit::TestCase
rescue NotimplementedError
end
end
end
end if !/EditLine/n.match(Readline::VERSION)
def test_get_screen_size
begin
@ -320,7 +320,7 @@ class TestReadline < Test::Unit::TestCase
ensure
Readline.completion_case_fold = completion_case_fold
Readline.completion_append_character = append_character
end
end if !/EditLine/n.match(Readline::VERSION)
# basic_word_break_characters
# completer_word_break_characters