mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Delete inner text buffer after tests
This commit is contained in:
parent
978e691c86
commit
ca1f6b3eae
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Reline::WithinPipeTest < Reline::TestCase
|
|||
Reline.input = STDIN
|
||||
Reline.output = STDOUT
|
||||
Reline.point = 0
|
||||
Reline.delete_text
|
||||
@input_reader.close
|
||||
@writer.close
|
||||
@reader.close
|
||||
|
|
Loading…
Add table
Reference in a new issue