ruby-changes:60497
From: Yusuke <ko1@a...>
Date: Tue, 24 Mar 2020 17:44:37 +0900 (JST)
Subject: [ruby-changes:60497] 1b3339528c (master): Skip a test that attempts to remove the current directory on Solaris
https://git.ruby-lang.org/ruby.git/commit/?id=1b3339528c From 1b3339528c0804aa0e673bd3f15be8b087d17bd8 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Tue, 24 Mar 2020 17:43:33 +0900 Subject: Skip a test that attempts to remove the current directory on Solaris diff --git a/test/rubygems/test_gem_bundler_version_finder.rb b/test/rubygems/test_gem_bundler_version_finder.rb index 16ff295..bfd1372 100644 --- a/test/rubygems/test_gem_bundler_version_finder.rb +++ b/test/rubygems/test_gem_bundler_version_finder.rb @@ -80,6 +80,7 @@ class TestGemBundlerVersionFinder < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_bundler_version_finder.rb#L80 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/