about summary refs log tree commit homepage
path: root/t/t9101-thread-timeout-threshold.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9101-thread-timeout-threshold.sh')
-rwxr-xr-xt/t9101-thread-timeout-threshold.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9101-thread-timeout-threshold.sh b/t/t9101-thread-timeout-threshold.sh
index 07ac3b2..c1f5afe 100755
--- a/t/t9101-thread-timeout-threshold.sh
+++ b/t/t9101-thread-timeout-threshold.sh
@@ -23,7 +23,7 @@ t_begin "8 sleepy requests do not time out" && {
                   2>> $curl_err >> $curl_out &
         done
         wait
-        test 8 -eq "$(wc -l < $curl_out)"
+        test 8 -eq "$(count_lines < $curl_out)"
         test xHI = x"$(sort < $curl_out | uniq)"
 }