summaryrefslogtreecommitdiff
path: root/t/phony.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/phony.sh')
-rwxr-xr-xt/phony.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/phony.sh b/t/phony.sh
index a818cfb70..7ee11163c 100755
--- a/t/phony.sh
+++ b/t/phony.sh
@@ -26,4 +26,6 @@ EOF
$ACLOCAL
$AUTOMAKE
-test `$FGREP .PHONY: Makefile.in | wc -l` = 3
+test $($FGREP -c '.PHONY:' Makefile.in) -eq 3
+
+: