Skip to content

Commit a686911

Browse files
committed
Apply ruby r30453 by Usaku Nakamura.
1 parent c87fc13 commit a686911

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

History.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
by Vít Ondruch, RubyForge bug #28791 by Dzmitry Prakapenka.
1515
* Fixed display of numeric lists on the index page and file pages. Bug #12
1616
by tobijk.
17+
* Skip TestRDocOptions#test_check_files on windows until a windows-specific
18+
test can be created. RubyForge bug #28821 by Usaku Nakamura.
1719

1820
=== 3.4 / 2010-01-06
1921

test/test_rdoc_options.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def teardown
1717
end
1818

1919
def test_check_files
20+
skip "assumes UNIX permition model" if /mswin|mingw/ =~ RUBY_PLATFORM
2021
out, err = capture_io do
2122
Dir.mktmpdir do |dir|
2223
Dir.chdir dir do

0 commit comments

Comments
 (0)