tests: use $GREP throughout.
commit747c60634e269ecf740254d86f4a4a2500c20524
authorGary V. Vaughan <gary@gnu.org>
Wed, 30 Oct 2013 04:39:06 +0000 (30 17:39 +1300)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Jan 2014 23:06:29 +0000 (2 12:06 +1300)
tree0d221fa562edb94962130c7300550d8b12cafd05
parentcc189e7daf95b91d22c585b2cdf6b787c8e3c3c6
tests: use $GREP throughout.

Trust the user, and use $GREP from TESTS_EVVIRONMENT uniformly.
* Makefile.am (TESTS_ENVIRONMENT): Add GREP setting.
* tests/am-subdir.at, tests/archive-in-archive.at, tests/bindir.at,
tests/configure-iface.at, tests/cwrapper.at, tests/darwin.at,
tests/demo.at, tests/destdir.at, tests/dumpbin-symbols.at,
tests/early-libtool.at, tests/execute-mode.at, tests/export-def.at,
tests/export.at, tests/f77demo.at, tests/fcdemo.at, tests/flags.at,
tests/help.at, tests/inherited_flags.at, tests/install.at,
tests/lalib-syntax.at, tests/libtool.at, tests/libtoolize.at,
tests/localization.at, tests/lt_dladvise.at, tests/lt_dlopen.at,
tests/lt_dlopenext.at, tests/ltdl-api.at, tests/ltdl-libdir.at,
tests/mdemo.at, tests/old-m4-iface.at, tests/pic_flag.at,
tests/resident.at, tests/runpath-in-lalib.at, tests/search-path.at,
tests/static.at, tests/sysroot.at, tests/template.at,
tests/testsuite.at, tests/versioning.at: Replace all hardcoded grep
invocations with $GREP.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
40 files changed:
Makefile.am
tests/am-subdir.at
tests/archive-in-archive.at
tests/bindir.at
tests/configure-iface.at
tests/cwrapper.at
tests/darwin.at
tests/demo.at
tests/destdir.at
tests/dumpbin-symbols.at
tests/early-libtool.at
tests/execute-mode.at
tests/export-def.at
tests/export.at
tests/f77demo.at
tests/fcdemo.at
tests/flags.at
tests/help.at
tests/inherited_flags.at
tests/install.at
tests/lalib-syntax.at
tests/libtool.at
tests/libtoolize.at
tests/localization.at
tests/lt_dladvise.at
tests/lt_dlopen.at
tests/lt_dlopenext.at
tests/ltdl-api.at
tests/ltdl-libdir.at
tests/mdemo.at
tests/old-m4-iface.at
tests/pic_flag.at
tests/resident.at
tests/runpath-in-lalib.at
tests/search-path.at
tests/static.at
tests/sysroot.at
tests/template.at
tests/testsuite.at
tests/versioning.at