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.
2 parents aeac555 + 40107b5 commit 13b613dCopy full SHA for 13b613d
test/test_tmpdir.rb
@@ -12,7 +12,7 @@ def test_tmpdir_modifiable
12
end
13
14
def test_world_writable
15
- skip "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
+ omit "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
16
Dir.mktmpdir do |tmpdir|
17
# ToDo: fix for parallel test
18
envs = %w[TMPDIR TMP TEMP]
0 commit comments