Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fileutils/test_fileutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ def test_rm_r_pathname
def test_rm_r_no_permissions
check_singleton :rm_rf

return if /mswin|mingw/ =~ RUBY_PLATFORM
return if /mswin|mingw/ =~ RUBY_PLATFORM || root_in_posix?

mkdir 'tmpdatadir'
touch 'tmpdatadir/tmpdata'
Expand Down
Loading