aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_parser.rb')
-rw-r--r--test/rdoc/test_rdoc_parser.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_parser.rb b/test/rdoc/test_rdoc_parser.rb
index 35a797063a..581e811a5f 100644
--- a/test/rdoc/test_rdoc_parser.rb
+++ b/test/rdoc/test_rdoc_parser.rb
@@ -62,6 +62,8 @@ class TestRDocParser < RDoc::TestCase
end
def test_class_can_parse_forbidden
+ skip 'chmod not supported' if Gem.win_platform?
+
Tempfile.open 'forbidden' do |io|
begin
File.chmod 0000, io.path