summaryrefslogtreecommitdiff
path: root/tests/cond21.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/cond21.test
parentfbaf208d0c4f1cb4f3ef3ca6fd8973e5f58948d8 (diff)
downloadautomake-852e99bc98ba69911de80bc72898f00781ece36a.tar.gz
fgrep -> $FGREP, egrep -> $EGREP
Diffstat (limited to 'tests/cond21.test')
-rwxr-xr-xtests/cond21.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cond21.test b/tests/cond21.test
index 05b07c7b1..32d641df0 100755
--- a/tests/cond21.test
+++ b/tests/cond21.test
@@ -61,5 +61,5 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
./configure
-$MAKE test | fgrep 'BAR: bar12 bar bar3 :BAR'
-$MAKE test | fgrep 'FOO: foo foo1 foo1b foo2 :FOO'
+$MAKE test | $FGREP 'BAR: bar12 bar bar3 :BAR'
+$MAKE test | $FGREP 'FOO: foo foo1 foo1b foo2 :FOO'