[ruby/reline] Change IOGate back to GeneralIO

Staying with ANSI can cause side effects with other tests.

https://github.com/ruby/reline/commit/ba36067802
This commit is contained in:
Phillip Hellewell 2023-01-10 10:06:48 -07:00 committed by git
parent b311c35bdb
commit 4222083cbd
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Reline::ANSI::TestWithTerminfo < Reline::TestCase
end
def teardown
Reline.send(:test_mode, ansi: false) # Change IOGate back to GeneralIO
Reline.test_reset
end

View File

@ -9,6 +9,7 @@ class Reline::ANSI::TestWithoutTerminfo < Reline::TestCase
end
def teardown
Reline.send(:test_mode, ansi: false) # Change IOGate back to GeneralIO
Reline.test_reset
end