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 @@ -22,7 +22,7 @@ def setup
22
22
begin
23
23
RDoc ::RubygemsHook . load_rdoc
24
24
rescue Gem ::DocumentError => e
25
- omit e . message
25
+ skip e . message
26
26
end
27
27
28
28
Gem . configuration [ :rdoc ] = nil
@@ -200,8 +200,8 @@ def test_remove
200
200
end
201
201
202
202
def test_remove_unwritable
203
- omit 'chmod not supported' if Gem . win_platform?
204
- omit "assumes that euid is not root" if Process . euid == 0
203
+ skip 'chmod not supported' if Gem . win_platform?
204
+ skip "assumes that euid is not root" if Process . euid == 0
205
205
206
206
FileUtils . mkdir_p @a . base_dir
207
207
FileUtils . chmod 0 , @a . base_dir
@@ -230,8 +230,8 @@ def test_setup
230
230
end
231
231
232
232
def test_setup_unwritable
233
- omit 'chmod not supported' if Gem . win_platform?
234
- omit "assumes that euid is not root" if Process . euid == 0
233
+ skip 'chmod not supported' if Gem . win_platform?
234
+ skip "assumes that euid is not root" if Process . euid == 0
235
235
236
236
FileUtils . mkdir_p @a . doc_dir
237
237
FileUtils . chmod 0 , @a . doc_dir
You can’t perform that action at this time.
0 commit comments