using a site script.
Reported by Nicolas Joly.
+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,
# 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