summaryrefslogtreecommitdiff
path: root/tests/discover.test
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-05-30 06:05:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-05-30 06:05:05 +0000
commit852e99bc98ba69911de80bc72898f00781ece36a (patch)
treef651d09020a3f9a5017c80fca9c3264419d6253b /tests/discover.test
parentfbaf208d0c4f1cb4f3ef3ca6fd8973e5f58948d8 (diff)
downloadautomake-852e99bc98ba69911de80bc72898f00781ece36a.tar.gz
fgrep -> $FGREP, egrep -> $EGREP
Diffstat (limited to 'tests/discover.test')
-rwxr-xr-xtests/discover.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/discover.test b/tests/discover.test
index 37052b73c..ccb2114ee 100755
--- a/tests/discover.test
+++ b/tests/discover.test
@@ -20,5 +20,5 @@ END
: > fsusage.c
$ACLOCAL || exit 1
-$AUTOMAKE 2>&1 | fgrep fsusage.c || exit 1
+$AUTOMAKE 2>&1 | $FGREP fsusage.c || exit 1
exit 0