aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tmpdir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tmpdir.rb')
-rw-r--r--test/test_tmpdir.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_tmpdir.rb b/test/test_tmpdir.rb
index 9ef22e3f55..c48b4b7fb2 100644
--- a/test/test_tmpdir.rb
+++ b/test/test_tmpdir.rb
@@ -3,6 +3,7 @@ require 'tmpdir'
class TestTmpdir < Test::Unit::TestCase
def test_world_writable
+ skip "no meaning on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
Dir.mktmpdir do |tmpdir|
# ToDo: fix for parallel test
olddir, ENV["TMPDIR"] = ENV["TMPDIR"], tmpdir