зеркало из https://github.com/github/ruby.git
* 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:
Родитель
73ef296c77
Коммит
e2ec76056a
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче