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
Родитель 7b18633804
Коммит 8474c90eac
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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