From a600368b986ed42629a6c2634e52e0a824646ff0 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 11 Nov 2024 17:40:26 +0200 Subject: [PATCH] -ge --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 7ca8649071..8000313d9f 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -210,7 +210,7 @@ jobs: # Sanity check the size of the last retrieved file. # google-quiche outputs the HTTP header, too, so we can't just check for -eq. ls -lt - [ "$(wc -c <"$SIZE")" -gt "$SIZE" ] || exit 1 + [ "$(wc -c <"$SIZE")" -ge "$SIZE" ] || exit 1 done done done