summaryrefslogtreecommitdiff
path: root/t/phony.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/phony.sh')
-rw-r--r--t/phony.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/phony.sh b/t/phony.sh
index 6e6cf403c..05858c583 100644
--- a/t/phony.sh
+++ b/t/phony.sh
@@ -26,7 +26,7 @@ EOF
$ACLOCAL
$AUTOMAKE
-$FGREP '.PHONY:' Makefile.in # For debugging.
-test $($FGREP -c '.PHONY:' Makefile.in) -eq 3
+grep '^\.PHONY: foo$' Makefile.in
+grep '^\.PHONY: bar$' Makefile.in
: