-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cp: show mode if target does not have S_IWUSR (PR #6696) #6700
Conversation
If the target exists, and does not have the user write bit (S_IWUSR) set, additional information should be added to the overwrite confirmation prompt. This should get the "i-2" test to pass. See uutils#6658.
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
could you please add a test to make sure we don't regress? |
I've added two tests. I will add some more in my next PR (which will address an edge case and fix another small bug in |
I missed this related PR: #6659. I've noticed some other issues in |
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
b601f9d
to
983dc61
Compare
GNU testsuite comparison:
|
No description provided.