From de8286e3e6bb97e7937538961eda8408fe8ae73b Mon Sep 17 00:00:00 2001 From: Artem Medvedev Date: Sun, 10 Dec 2023 15:55:09 +0100 Subject: [PATCH] chore: clarify the comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Orhun Parmaksız --- fixtures/test-server-payload-limit/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/test-server-payload-limit/test.sh b/fixtures/test-server-payload-limit/test.sh index 39bef25d..85275783 100755 --- a/fixtures/test-server-payload-limit/test.sh +++ b/fixtures/test-server-payload-limit/test.sh @@ -3,7 +3,7 @@ setup() { touch emptyfile truncate -s 9KB smallfile -# fallocate -l 10000 normalfile + # On Linux, `fallocate -l 10000 normalfile` can be used for a better precision. dd if=/dev/random of=normalfile count=10000 bs=1024 status=none truncate -s 11KB bigfile }