1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/tmpdir] Use omit instead of skip for test-unit

https://github.com/ruby/tmpdir/commit/40107b59b3
This commit is contained in:
Hiroshi SHIBATA 2022-01-11 21:36:31 +09:00 committed by git
parent 9b3dcf193c
commit 34ebf82e83

View file

@ -12,7 +12,7 @@ class TestTmpdir < Test::Unit::TestCase
end
def test_world_writable
skip "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
omit "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
Dir.mktmpdir do |tmpdir|
# ToDo: fix for parallel test
envs = %w[TMPDIR TMP TEMP]