mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
du: fix clippy warning in test
This commit is contained in:
parent
48f9786164
commit
7730c8171d
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ fn test_du_dereference_args() {
|
||||||
let result = ts.ucmd().arg("-D").arg("-s").arg("sublink").succeeds();
|
let result = ts.ucmd().arg("-D").arg("-s").arg("sublink").succeeds();
|
||||||
let stdout = result.stdout_str();
|
let stdout = result.stdout_str();
|
||||||
|
|
||||||
assert!(!stdout.starts_with("0"));
|
assert!(!stdout.starts_with('0'));
|
||||||
assert!(stdout.contains("sublink"));
|
assert!(stdout.contains("sublink"));
|
||||||
|
|
||||||
// Without the option
|
// Without the option
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue