-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
cp -dR --no-preserve=links d c
should have different inodes
#5308
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
Labels
Comments
I believe this is because |
Hi @sylvestre May I take a shot to try this one? |
Sure :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should get different inodes
See #5031 for a similar issue
On my system, why GNU:
36311653 = 36341951
with our impl:
36311653 = 36311653
Tested by
GNU test: tests/cp/link-preserve.sh
https://github.com/coreutils/coreutils/blob/master/tests/cp/link-preserve.sh#L63-L68
The text was updated successfully, but these errors were encountered: