summaryrefslogtreecommitdiff
path: root/t/override-html.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/override-html.sh')
-rwxr-xr-xt/override-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/override-html.sh b/t/override-html.sh
index 6438c998b..cf57880bc 100755
--- a/t/override-html.sh
+++ b/t/override-html.sh
@@ -28,6 +28,6 @@ $ACLOCAL
$AUTOMAKE -Wno-override
# Overriding 'html' should cause only one "html:" rule to be output.
-test `grep '^html:' Makefile.in | wc -l` = 1
+test $(grep -c '^html:' Makefile.in) -eq 1
: