From: Alexandre Duret-Lutz Date: Thu, 21 Mar 2002 09:26:11 +0000 (+0000) Subject: * tests/dirname.test: Use --quiet to fix failure on installations X-Git-Tag: branchpoint-1-6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce32277f2ad0ba309506210d852ac850226c6429;p=thirdparty%2Fautomake.git * tests/dirname.test: Use --quiet to fix failure on installations using a site script. Reported by Nicolas Joly. --- diff --git a/ChangeLog b/ChangeLog index c61b4280c..95db22e33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-03-21 Alexandre Duret-Lutz + + * tests/dirname.test: Use --quiet to fix failure on installations + using a site script. + Reported by Nicolas Joly. + 2002-03-21 Alexandre Duret-Lutz * Makefile.am (maintainer-check): Check for misuses of make, diff --git a/tests/dirname.test b/tests/dirname.test index 3f21d4ec7..706a9343c 100755 --- a/tests/dirname.test +++ b/tests/dirname.test @@ -19,7 +19,9 @@ $ACLOCAL || exit 1 # fail gracefully if autoconf didn't support support our regexps anyhow $AUTOCONF || exit 77 -$SHELL ./configure >got || exit 1 +# Use --quiet otherwise unwelcome messages like "loading site script" +# would cause a failure. +$SHELL ./configure --quiet >got || exit 1 cat >wanted <