summaryrefslogtreecommitdiff
path: root/tests/ltdl-libdir.at
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-10-30 17:39:06 +1300
committerGary V. Vaughan <gary@gnu.org>2014-01-02 12:06:29 +1300
commit747c60634e269ecf740254d86f4a4a2500c20524 (patch)
tree0d221fa562edb94962130c7300550d8b12cafd05 /tests/ltdl-libdir.at
parentcc189e7daf95b91d22c585b2cdf6b787c8e3c3c6 (diff)
downloadlibtool-747c60634e269ecf740254d86f4a4a2500c20524.tar.gz
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>
Diffstat (limited to 'tests/ltdl-libdir.at')
-rw-r--r--tests/ltdl-libdir.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltdl-libdir.at b/tests/ltdl-libdir.at
index ea3334a0..9f53dd33 100644
--- a/tests/ltdl-libdir.at
+++ b/tests/ltdl-libdir.at
@@ -24,7 +24,7 @@ AT_SETUP([libdir of installed modules])
AT_KEYWORDS([libltdl])
# This test requires shared library support.
-AT_CHECK([$LIBTOOL --features | grep 'enable shared libraries' || exit 77],
+AT_CHECK([$LIBTOOL --features | $GREP 'enable shared libraries' || exit 77],
[], [ignore])
# With MinGW, try Windows-style paths only.