about summary refs log tree commit homepage
path: root/t/t0005-large-file-response.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0005-large-file-response.sh')
-rwxr-xr-xt/t0005-large-file-response.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0005-large-file-response.sh b/t/t0005-large-file-response.sh
index c21209d..1326192 100755
--- a/t/t0005-large-file-response.sh
+++ b/t/t0005-large-file-response.sh
@@ -21,7 +21,7 @@ t_begin "setup and startup" && {
 
 t_begin "read random blob sha1 and size" && {
         random_blob_sha1=$(rsha1 < random_blob)
-        random_blob_size=$(wc -c < random_blob)
+        random_blob_size=$(count_bytes < random_blob)
 }
 
 t_begin "read current RSS" && {