about summary refs log tree commit homepage
path: root/t/t0600-rack-fiber_pool.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0600-rack-fiber_pool.sh')
-rwxr-xr-xt/t0600-rack-fiber_pool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0600-rack-fiber_pool.sh b/t/t0600-rack-fiber_pool.sh
index 01f28b5..538eda4 100755
--- a/t/t0600-rack-fiber_pool.sh
+++ b/t/t0600-rack-fiber_pool.sh
@@ -43,7 +43,7 @@ t_begin "no errors from curl" && {
 t_begin "no errors in stderr" && check_stderr
 
 t_begin "ensure we hit 3 separate fibers" && {
-        test x3 = x"$(sort < $curl_out | uniq | wc -l)"
+        test x3 = x"$(sort < $curl_out | uniq | count_lines)"
 }
 
 t_done