about summary refs log tree commit homepage
path: root/t/t9100-thread-timeout.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9100-thread-timeout.sh')
-rwxr-xr-xt/t9100-thread-timeout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9100-thread-timeout.sh b/t/t9100-thread-timeout.sh
index bf0c252..d26e314 100755
--- a/t/t9100-thread-timeout.sh
+++ b/t/t9100-thread-timeout.sh
@@ -37,7 +37,7 @@ t_begin "short requests do not timeout while making a long one" && {
         test x"HI" = x"$(curl -sSf http://$listen/)"
         wait
         test -f $ok
-        test 20 -eq $(grep '^HI$' $ok | wc -l)
+        test 20 -eq $(grep '^HI$' $ok | count_lines)
         test x = x"$(grep -v '^HI$' $ok)"
         grep 408 $curl_err
 }