Skip to content
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

mv: fix error when moving directory to itself #3809

Merged
merged 4 commits into from
Aug 15, 2022
Merged

mv: fix error when moving directory to itself #3809

merged 4 commits into from
Aug 15, 2022

Conversation

p-fuchs
Copy link
Contributor

@p-fuchs p-fuchs commented Aug 14, 2022

Fixes #3770

Behaviour of the rewritten mv utility was changed to match this in gnu's mv. Moving folder into itself does not stop entire process, but only results in showing appropriate error and changing exit code to 1 (of course moving folder into itself is skipped).

@sylvestre
Copy link
Sponsor Contributor

Could you please add a test to make sure we don't regress in the future?
Thanks

@p-fuchs
Copy link
Contributor Author

p-fuchs commented Aug 14, 2022

Test has been added and fix was made in order to prevent workflow from failing.

@p-fuchs
Copy link
Contributor Author

p-fuchs commented Aug 14, 2022

Workflow failed because of cspell issue with word 'Exitcode', removed from comments.

@sylvestre
Copy link
Sponsor Contributor

And

Congrats! The gnu test tests/mv/into-self is no longer failing! passes
bravo!

@sylvestre sylvestre merged commit e2bab1d into uutils:main Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mv removing data
2 participants