[rubygems/rubygems] Exclude truffleruby from the test for failure of operating_system.rb

truffleruby does not raise any error when requiring `rubygems`.

https://github.com/rubygems/rubygems/commit/21e2fcd0b2
This commit is contained in:
Daniel Niknam 2021-08-08 17:27:47 +10:00 коммит произвёл Hiroshi SHIBATA
Родитель aafc615b4a
Коммит 744e128ed9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -7,6 +7,8 @@ class GemTest < Gem::TestCase
end
def test_operating_system_other_exceptions
pend "does not apply to truffleruby" if RUBY_ENGINE == 'truffleruby'
path = util_install_operating_system_rb <<-RUBY
intentional synt'ax error
RUBY