We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was mentioned by @allaboutevemirolive in #4833 (comment):
$ mkdir test test2 $ cargo run mv test test2 mv: cannot move 'test' to a subdirectory of itself, 'test2/test'
Using different directory names, the same steps work fine:
$ mkdir aa bb $ cargo run mv aa bb $ ls bb aa
The text was updated successfully, but these errors were encountered:
Probably related:
Started: Issue #5102
Pull request: Pull request #5104
If the pull request doesn't fix this ticket, then I guess it's a separate problem.
Sorry, something went wrong.
No, I don't think it is related to #5102. The issue is caused by https://github.com/uutils/coreutils/blob/main/src/uu/mv/src/mv.rs#L369 and that code is relatively new.
Successfully merging a pull request may close this issue.
This issue was mentioned by @allaboutevemirolive in #4833 (comment):
Using different directory names, the same steps work fine:
The text was updated successfully, but these errors were encountered: