git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-12-02 03:30:02 +00:00
parent 8f7a275c67
commit 9b711fc731

View File

@ -258,7 +258,7 @@ Sat Dec 1 02:04:23 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
Sat Dec 1 02:08:16 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rdoc/test_rdoc_rubygems_hook.rb
(TestRDocRubygemsHook#test_setup_unwritable): 1. check the existance
(TestRDocRubygemsHook#test_setup_unwritable): 1. check the existence
of the file(directory) before touch it. 2. remove test
file(directory) after the test. see [ruby-core:50388].