8000 Fix windows tests wip by jspanjers · Pull Request #2 · jspanjers/rubyzip · GitHub
[go: up one dir, main page]

Skip to content

Fix windows tests wip #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixup 71534ff
  • Loading branch information
jspanjers committed Jun 6, 2021
commit e37f99eb25e5859853592c6ee360556f77e11d99
6 changes: 2 additions & 4 deletions test/file_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,8 @@ def test_add_stored
end

def test_recover_permissions_after_add_files_to_archive
if Zip::RUNNING_ON_WINDOWS
# Windows NT does not support granular permissions
return
end
# Windows NT does not support granular permissions
skip if Zip::RUNNING_ON_WINDOWS

src_zip = TEST_ZIP.zip_name
assert(::File.exist?(src_zip))
Expand Down
0