-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
dont set ACLs if there are no ACLs to change #108
Conversation
18014ce
to
594b555
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if you can verify the changes made with assertions.
|
||
require 'spec_helper_acceptance' | ||
|
||
describe 'posix_acl' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now overlaps with the other test. I don't know if that works well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah. I can move it to the existing file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alternative is to use a new name, but either works.
e736d07
to
9e1b400
Compare
I will try to debug this tomorrow. a customer reported it. This bug is already present in our 1.1.0 release. |
8b13cc7
to
01a2030
Compare
I'm pretty sure this is a valid bugfix and won't introduce a regression, but not 100% sure :D |
I would like to rebase it after #111 got merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a user of POSIX ACLs but at least the "logic" looks good 🤷
Fixes #112 |
Pull Request (PR) description
This Pull Request (PR) fixes the following issues