File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def setup
32
32
begin
33
33
RDoc ::RubygemsHook . load_rdoc
34
34
rescue Gem ::DocumentError => e
35
- skip e . message
35
+ pend e . message
36
36
end
37
37
@old_ui = Gem ::DefaultUserInteraction . ui
38
38
Gem ::DefaultUserInteraction . ui = Gem ::SilentUI . new
@@ -220,8 +220,8 @@ def test_remove
220
220
end
221
221
222
222
def test_remove_unwritable
223
- skip 'chmod not supported' if Gem . win_platform?
224
- skip "assumes that euid is not root" if Process . euid == 0
223
+ pend 'chmod not supported' if Gem . win_platform?
224
+ pend "assumes that euid is not root" if Process . euid == 0
225
225
226
226
FileUtils . mkdir_p @a . base_dir
227
227
FileUtils . chmod 0 , @a . base_dir
@@ -250,8 +250,8 @@ def test_setup
250
250
end
251
251
252
252
def test_setup_unwritable
253
- skip 'chmod not supported' if Gem . win_platform?
254
- skip "assumes that euid is not root" if Process . euid == 0
253
+ pend 'chmod not supported' if Gem . win_platform?
254
+ pend "assumes that euid is not root" if Process . euid == 0
255
255
256
256
FileUtils . mkdir_p @a . doc_dir
257
257
FileUtils . chmod 0 , @a . doc_dir
You can’t perform that action at this time.
0 commit comments