-
-
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: fix for gnu test case i-2 compatibility for mv
#6659
Conversation
GNU testsuite comparison:
|
ca0c4e3
to
d1dfdf0
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
GNU testsuite comparison:
|
GNU testsuite comparison:
|
please let us know when it is ready to be reviewed |
Impressed by this btw |
😊 Thanks, that means a lot! Would it be possible to get a review for #6599? I know these PRs are a bit scattered—should I try to clean them up a bit more? |
GNU testsuite comparison:
|
@matrixhead i am sorry, it is conflicting, could you please have a look ? sorry |
@sylvestre Please don't be! It looks like #6700 offers a more refined solution to this problem. Thanks for the heads-up—I'll take a look and resolve the conflicts. 🙂 |
fix for #6658 contains #6599
Behaviors changed:
-i
flag is given, instead of prompting with something likecp: overwrite 'f'?
cp will prompt withunwritable 'f' (mode 0000, ---------); try anyway?
-i
and-f
flags are given, instead of prompting with something likecp: overwrite 'f'?
cp will prompt withcp: replace 'f', overriding mode 0000 (---------)?
. Additionally, this operation will no longer fail.