-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rm error priority #9827
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?
Rm error priority #9827
Conversation
CodSpeed Performance ReportMerging #9827 will not alter performanceComparing Summary
Footnotes
|
|
GNU testsuite comparison: |
|
i am curious, how did you identify this issue? thanks |
|
GNU testsuite comparison: |
|
#9749 Sparked my curiosity, so I just tried different combinations that would fail in several ways such as the mentioned |
sylvestre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the failing jobs
When rm would error out for several different reasons, it used to follow a different ordering than GNU. Eg. if you ran
coreutils rm -d .on a non-empty dir, it would complain "Refusing to remove '.'" while GNU would show "Directory not empty".It should now follow a similar order to what GNU shows. (Is directory > Dir not empty > preserve-root > current/parent directory)