From 34ebf82e839bf542444a92e075853ff8f6332156 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jan 2022 21:36:31 +0900 Subject: [ruby/tmpdir] Use omit instead of skip for test-unit https://github.com/ruby/tmpdir/commit/40107b59b3 --- test/test_tmpdir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_tmpdir.rb') diff --git a/test/test_tmpdir.rb b/test/test_tmpdir.rb index 7ef9f59b54..0be2176bd9 100644 --- a/test/test_tmpdir.rb +++ b/test/test_tmpdir.rb @@ -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] -- cgit v1.2.1