-
-
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: gnu "same-file" test case compatibility #6190
Conversation
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
33e08e0
to
5c8b54e
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
well done, just a small last request :) |
thanks 😃 will do that |
e55de16
to
3360ebc
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
looks great |
GNU testsuite comparison:
|
@sylvestre just to clarify we are talking about github-actions not commenting "Congrats!" message right? |
well done :) |
* cp: -b doesn't ignore "version control" env * cp: gnu "same-file" test compatibility fix
* cp: -b doesn't ignore "version control" env * cp: gnu "same-file" test compatibility fix
* cp: -b doesn't ignore "version control" env * cp: gnu "same-file" test compatibility fix
This pr tries to fix #6158
-b
worked. Now,VERSION_CONTROL
env is considered before resorting to--backup=existing
is_forbidden_to_copy_to_same_file
copy_file
so that it's okay to return without an error in some cases