We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chown -v 0 nf
With GNU:
$ chown -v 0 nf chown: cannot access 'nf': No such file or directory failed to change ownership of 'nf' to 0
The second line isn't showed with our implementation.
To run it:
fakeroot bash util/run-gnu-test.sh tests/chown/basic.sh
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
With GNU:
The second line isn't showed with our implementation.
To run it:
The text was updated successfully, but these errors were encountered: