From cf6f729213566343775ac99ef8a2238dd4f0bfac Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Jan 2018 13:56:04 +0000 Subject: Fix indent and use as skipped message instead of comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_find.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_find.rb') diff --git a/test/test_find.rb b/test/test_find.rb index 01b1fcc121..0e691214c5 100644 --- a/test/test_find.rb +++ b/test/test_find.rb @@ -104,7 +104,7 @@ class TestFind < Test::Unit::TestCase def test_unreadable_dir skip "no meaning test on Windows" if /mswin|mingw/ =~ RUBY_PLATFORM - skip if Process.uid == 0 # because root can read anything + skip "because root can read anything" if Process.uid == 0 Dir.mktmpdir {|d| Dir.mkdir(dir = "#{d}/dir") -- cgit v1.2.3