1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge remote-tracking branch 'origin/master' into mswin-actions

This commit is contained in:
Takashi Kokubun 2021-05-10 21:19:38 -07:00
commit 549081438b
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,8 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
choco install --no-progress openssl winflexbison3
Choco-Install -PackageName openssl winflexbison3
shell: pwsh
- name: git config
run: |
git config --global core.autocrlf false

View file

@ -23,7 +23,7 @@ IRB
end
def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence
skip if RUBY_ENGINE == 'truffleruby'
skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM
backup_home = ENV["HOME"]
Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir|
ENV["HOME"] = tmpdir