mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
du: fmt fix
This commit is contained in:
parent
ef9b974c41
commit
d277603bf1
2 changed files with 3 additions and 5 deletions
|
@ -552,9 +552,7 @@ fn test_du_invalid_threshold() {
|
||||||
|
|
||||||
let threshold = "-0";
|
let threshold = "-0";
|
||||||
|
|
||||||
ts.ucmd()
|
ts.ucmd().arg(format!("--threshold={threshold}")).fails();
|
||||||
.arg(format!("--threshold={threshold}"))
|
|
||||||
.fails();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue