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:
parent
12a3671a9b
commit
1b3339528c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue