Skip malicious extension test with mswin platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ad398b7e0c
commit
d4303528d3
@ -1498,6 +1498,8 @@ gem 'other', version
|
||||
end
|
||||
|
||||
def test_pre_install_checks_malicious_extensions_before_eval
|
||||
skip "mswin environment disallow to create file contained the carriage return code." if Gem.win_platform?
|
||||
|
||||
spec = util_spec "malicious", '1'
|
||||
def spec.full_name # so the spec is buildable
|
||||
"malicious-1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user