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:
parent
9b3dcf193c
commit
34ebf82e83
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue