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:
parent
a737f0cea5
commit
f09c1cf0e9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue