Skip to content

Commit

Permalink
-ge
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 11, 2024
1 parent 330eaa4 commit a600368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a600368

Please sign in to comment.