summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-10-30 17:47:45 +1300
committerGary V. Vaughan <gary@gnu.org>2014-01-02 12:06:30 +1300
commit0e1ba2182cbbae47d5da09984c776774ab2616ea (patch)
tree96e3ba4d2e8d516f3112dff8881ce913971315a5 /tests
parent747c60634e269ecf740254d86f4a4a2500c20524 (diff)
downloadlibtool-0e1ba2182cbbae47d5da09984c776774ab2616ea.tar.gz
tests: use TESTS_ENVIRONMENT for EGREP and FGREP.
Be consistent about passing commands to the testsuite, and use TESTS_ENVIRONMENT consistent. * Makefile.am (TESTS_ENVIRONMENT): Add EGREP and FGREP. * tests/testsuite.at: Remove EGREP and FGREP extractions from generated libtool script. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 835f2535..2215eb3a 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -35,8 +35,7 @@ for tool in ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF; do
if eval \$$tool --version >/dev/null 2>&1; then :; else eval $tool=no; fi
done
export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF
-eval `$LIBTOOL --config | $GREP '^EGREP='`
-eval `$LIBTOOL --config | $EGREP '^(FGREP|objdir|objext)'`
+eval `$LIBTOOL --config | $EGREP '^(objdir|objext)'`
eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|build_alias|to_host_file_cmd|to_tool_file_cmd)='`
configure_options=--prefix=/nonexistent
if test -n "$host_alias"; then