Skip to content

Commit 13b613d

Browse files
authored
Merge pull request #12 from ruby/use-omit
Use omit instead of skip for test-unit
2 parents aeac555 + 40107b5 commit 13b613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_tmpdir.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_tmpdir_modifiable
1212
end
1313

1414
def test_world_writable
15-
skip "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
15+
omit "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
1616
Dir.mktmpdir do |tmpdir|
1717
# ToDo: fix for parallel test
1818
envs = %w[TMPDIR TMP TEMP]

0 commit comments

Comments
 (0)