-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cp: fixing cp -a functionality to match gnu implementation for -z flag handling and for folders #10207
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
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
|
some jobs are failing |
Merging this PR will degrade performance by 5.04%
Performance Changes
Comparing Footnotes
|
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
sorry, it conflicts :( |
060903b to
2f7060a
Compare
2f7060a to
d351855
Compare
|
GNU testsuite comparison: |
|
@ChrisDryden seems that it needs some love :) |
|
GNU testsuite comparison: |
This has been in the works for a few days where I have been adding the functionality that is expected by the gnu integration tests for cp, the main areas that were missing were related to skipping copying the selinux xattr's.
Theres a bit of overlap between this PR and this one: #10083 since they both cover how to skip those types of ENOSUP errors.
The only other change is that I added is that one of the utilities was needed to run this test on the SELINUX build.