mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/readline/test_readline.rb (teardown): Clear Readline.input and
Readline.output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73ef296c77
commit
e2ec76056a
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Oct 28 23:26:04 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* test/readline/test_readline.rb (teardown): Clear Readline.input and
|
||||
Readline.output.
|
||||
|
||||
Mon Oct 28 21:35:31 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/-test-/file/depend, ext/-test-/postponed_job/depend,
|
||||
|
|
|
@ -22,6 +22,8 @@ class TestReadline < Test::Unit::TestCase
|
|||
Readline.point = 0
|
||||
rescue NotImplementedError
|
||||
end
|
||||
Readline.input = nil
|
||||
Readline.output = nil
|
||||
end
|
||||
|
||||
if !/EditLine/n.match(Readline::VERSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue