* test/rubygems/test_gem_config_file.rb

(TestGemConfigFile#test_check_credentials_permissions): skip on
  Windows. see [Bug #7784] [ruby-core:51864] and r39070.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-02-07 12:11:19 +00:00
Родитель 2314a8fc4f
Коммит 7d2725493e
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Thu Feb 7 21:09:23 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_config_file.rb
(TestGemConfigFile#test_check_credentials_permissions): skip on
Windows. see [Bug #7784] [ruby-core:51864] and r39070.
Thu Feb 7 20:52:40 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): added variables which were

Просмотреть файл

@ -165,6 +165,8 @@ class TestGemConfigFile < Gem::TestCase
end
def test_check_credentials_permissions
skip 'chmod not supported' if win_platform?
@cfg.rubygems_api_key = 'x'
File.chmod 0644, @cfg.credentials_path