Skip to content
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

Checking filesystem permissions is broken on Windows #388

Closed
maxmeyer opened this issue May 7, 2016 · 0 comments
Closed

Checking filesystem permissions is broken on Windows #388

maxmeyer opened this issue May 7, 2016 · 0 comments

Comments

@maxmeyer
Copy link
Member

maxmeyer commented May 7, 2016

Summary

Windows does not support all filesystem permissions like POSIX-compatible systems does. See this CI build.

Expected Behavior

Tests should succeed

Current Behavior

Tests fail.

Possible Solution

Either ... or ...

  • Just fix test to set the correct bits
  • Implement two different versions of expect(...).to have_permissions(...) which are included depending on the used operating system
  • Add exception to current implementation which fails if unsupported bits are set

Steps to Reproduce (for bugs)

See CI build

Context

CI

Your Environment

  • Version used: latest
  • Operating System and version: AppVeyor CI
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant