about summary refs log tree commit homepage
path: root/t/t0000-http-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0000-http-basic.sh')
-rwxr-xr-xt/t0000-http-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0000-http-basic.sh b/t/t0000-http-basic.sh
index 01ead95..8ab58ac 100755
--- a/t/t0000-http-basic.sh
+++ b/t/t0000-http-basic.sh
@@ -26,7 +26,7 @@ t_begin "HTTP/0.9 request should not return headers" && {
 }
 
 t_begin "env.inspect should've put everything on one line" && {
-        test 1 -eq $(wc -l < $tmp)
+        test 1 -eq $(count_lines < $tmp)
 }
 
 t_begin "no headers in output" && {