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

Skip a test that attempts to remove the current directory on Solaris

This commit is contained in:
Yusuke Endoh 2020-03-24 17:43:33 +09:00
parent 12a3671a9b
commit 1b3339528c

View file

@ -80,6 +80,7 @@ class TestGemBundlerVersionFinder < Gem::TestCase
def test_deleted_directory
skip "Cannot perform this test on windows" if win_platform?
skip "Cannot perform this test on Solaris" if /solaris/ =~ RUBY_PLATFORM
require "tmpdir"
orig_dir = Dir.pwd