mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue