mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
rm: fix the usage of '/..' '/.' with -rf options
fix the test tests/rm/r-4 --------- Co-authored-by: Julian Beltz <MJayBeltz@gmail.com> Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
parent
8a481ccf1c
commit
a16630fded
3 changed files with 148 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3751,7 +3751,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue