1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

rmdir: match GNU

- Implement all of GNU's fiddly little details
- Don't assume Linux for error codes
- Accept badly-encoded filenames
- Report errors after the fact instead of checking ahead of time
- General cleanup

rmdir now passes GNU's tests.
This commit is contained in:
Jan Verbeek 2021-08-27 00:33:04 +02:00 committed by Michael Debertol
parent 1c05183083
commit afb460f4ca
5 changed files with 325 additions and 135 deletions

1
Cargo.lock generated
View file

@ -2802,6 +2802,7 @@ name = "uu_rmdir"
version = "0.0.7"
dependencies = [
"clap",
"libc",
"uucore",
"uucore_procs",
]