Skip to content

Commit 088a64b

Browse files
committed
try to fix CI
1 parent 5d87b35 commit 088a64b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/by-util/test_du.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,12 +853,14 @@ fn test_du_threshold() {
853853
let threshold = if cfg!(windows) { "7K" } else { "10K" };
854854

855855
ts.ucmd()
856+
.arg("--apparent-size")
856857
.arg(format!("--threshold={threshold}"))
857858
.succeeds()
858859
.stdout_contains("links")
859860
.stdout_does_not_contain("deeper_dir");
860861

861862
ts.ucmd()
863+
.arg("--apparent-size")
862864
.arg(format!("--threshold=-{threshold}"))
863865
.succeeds()
864866
.stdout_does_not_contain("links")

0 commit comments

Comments
 (0)