Call super method by teardown of tests of Reline as Readline
This commit is contained in:
parent
215fd1bf2c
commit
06d52249de
@ -808,6 +808,7 @@ class TestRelineAsReadline < Test::Unit::TestCase
|
||||
|
||||
def teardown
|
||||
finish_using_lib_reline
|
||||
super
|
||||
end
|
||||
|
||||
def get_default_internal_encoding
|
||||
|
@ -279,6 +279,7 @@ class TestRelineAsReadlineHistory < Test::Unit::TestCase
|
||||
|
||||
def teardown
|
||||
finish_using_lib_reline
|
||||
super
|
||||
end
|
||||
|
||||
def get_default_internal_encoding
|
||||
|
Loading…
x
Reference in New Issue
Block a user