summaryrefslogtreecommitdiff
path: root/tests/all.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.test')
-rwxr-xr-xtests/all.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.test b/tests/all.test
index 2387dbe76..98c233d33 100755
--- a/tests/all.test
+++ b/tests/all.test
@@ -11,6 +11,6 @@ for target in all install-exec install-data uninstall; do
$ACLOCAL || exit 1
$AUTOMAKE || exit 1
- fgrep "${target}-local ${target}-local" Makefile.in && exit 1
+ $FGREP "${target}-local ${target}-local" Makefile.in && exit 1
done
exit 0