We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f9766 commit 772afa0Copy full SHA for 772afa0
test/rubygems/test_gem_package.rb
@@ -513,6 +513,7 @@ def test_extract_files_empty
513
514
def test_extract_file_permissions
515
pend "chmod not supported" if Gem.win_platform?
516
+ pend "Travis CI enable writable permission to group" if ENV['TRAVIS']
517
518
gem_with_long_permissions = File.expand_path("packages/Bluebie-legs-0.6.2.gem", __dir__)
519
@@ -528,6 +529,7 @@ def test_extract_file_permissions
528
529
530
def test_extract_file_umask_global_permissions
531
532
533
534
package = Gem::Package.new @gem
535
0 commit comments