* tests/dirname.test: Use --quiet to fix failure on installations
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 09:26:11 +0000 (09:26 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 09:26:11 +0000 (09:26 +0000)
using a site script.
Reported by Nicolas Joly.

ChangeLog
tests/dirname.test

index c61b428..95db22e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * tests/dirname.test: Use --quiet to fix failure on installations
+       using a site script.
+       Reported by Nicolas Joly.
+
+2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
        * Makefile.am (maintainer-check): Check for misuses of make,
        autoconf, automake, aclocal, and perl in the testsuite.  Suggest
        using $MAKE, $AUTOCONF, $AUTOMAKE, $ACLOCAL, and $PERL instead.
index 3f21d4e..706a934 100755 (executable)
@@ -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 <<EOF
 1 /a/path/to/a/file      = /a/path/to/a