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

Skip a test that uses assert_ruby_status if it doesn't exist

This commit is contained in:
aycabta 2019-12-03 12:46:14 +09:00
parent a737f0cea5
commit f09c1cf0e9

View file

@ -483,6 +483,7 @@ module BasetestReadline
def test_refresh_line
skip "Only when refresh_line exists" unless Readline.respond_to?(:refresh_line)
skip unless respond_to?(:assert_ruby_status)
bug6232 = '[ruby-core:43957] [Bug #6232] refresh_line after set_screen_size'
with_temp_stdio do |stdin, stdout|
replace_stdio(stdin.path, stdout.path) do