Skip to content

Commit 9f98f93

Browse files
authored
Merge pull request #8614 from rubygems/remove-solaris-condition
Removed Solaris conditions from test file
2 parents 5fde02c + 34ba6a8 commit 9f98f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rubygems/test_gem_bundler_version_finder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_bundler_version
8282

8383
def test_deleted_directory
8484
pend "Cannot perform this test on windows" if Gem.win_platform?
85-
pend "Cannot perform this test on Solaris" if RUBY_PLATFORM.include?("solaris")
85+
8686
require "tmpdir"
8787

8888
orig_dir = Dir.pwd

0 commit comments

Comments
 (0)