aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-11 18:21:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-12 17:24:43 +0900
commitd33888bf9656818e74401a28dc4725fc8b43ea03 (patch)
treec1d3f53142302829d589a6fab9a54bdc42086012 /test/rubygems/test_gem_installer.rb
parent129bc04ab7fb36f8a9e89cbe0264918bd7cc1d02 (diff)
downloadruby-d33888bf9656818e74401a28dc4725fc8b43ea03.tar.gz
[rubygems/rubygems] Replace skip to pend
https://github.com/rubygems/rubygems/commit/0b145135c7
Diffstat (limited to 'test/rubygems/test_gem_installer.rb')
-rw-r--r--test/rubygems/test_gem_installer.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb
index f4806b7007..1619a309f7 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -458,9 +458,9 @@ gem 'other', version
Dir.mkdir util_inst_bindir
if win_platform?
- skip('test_generate_bin_script_no_perms skipped on MS Windows')
+ pend('test_generate_bin_script_no_perms skipped on MS Windows')
elsif Process.uid.zero?
- skip('test_generate_bin_script_no_perms skipped in root privilege')
+ pend('test_generate_bin_script_no_perms skipped in root privilege')
else
FileUtils.chmod 0000, util_inst_bindir
@@ -562,9 +562,9 @@ gem 'other', version
Dir.mkdir util_inst_bindir
if win_platform?
- skip('test_generate_bin_symlink_no_perms skipped on MS Windows')
+ pend('test_generate_bin_symlink_no_perms skipped on MS Windows')
elsif Process.uid.zero?
- skip('test_user_install_disabled_read_only test skipped in root privilege')
+ pend('test_user_install_disabled_read_only test skipped in root privilege')
else
FileUtils.chmod 0000, util_inst_bindir