We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d87b35 commit 088a64bCopy full SHA for 088a64b
1 file changed
tests/by-util/test_du.rs
@@ -853,12 +853,14 @@ fn test_du_threshold() {
853
let threshold = if cfg!(windows) { "7K" } else { "10K" };
854
855
ts.ucmd()
856
+ .arg("--apparent-size")
857
.arg(format!("--threshold={threshold}"))
858
.succeeds()
859
.stdout_contains("links")
860
.stdout_does_not_contain("deeper_dir");
861
862
863
864
.arg(format!("--threshold=-{threshold}"))
865
866
.stdout_does_not_contain("links")
0 commit comments