]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/base.at (Input/Output): Ignore 'loading site script' chatter.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 17:01:52 +0000 (17:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 17:01:52 +0000 (17:01 +0000)
ChangeLog
tests/base.at

index 45f80d067a7c354e7a756c5bbda8d0cc6da52298..16c574c59f9379525e809b79ee43e590fc694cf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Fix problems reported by Nicolas Joly.
+       * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
        * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
        They are generated by the Tru64 v5.1B shell.
-       Problem reported by Nicolas Joly.
 
 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
 
index dd478696fb336277c50c2bed39dcc4cd58beedea..fe5eea0a2985c9e2a295d2fa3e835f29833cfae2 100644 (file)
@@ -244,7 +244,7 @@ AT_DATA([configure.ac],
 cat <&AS_ORIGINAL_STDIN_FD >&AS_MESSAGE_FD
 ]])
 AT_CHECK_AUTOCONF
-AT_CHECK([echo Hello | top_srcdir=$abs_top_srcdir ./configure],, [Hello
+AT_CHECK([echo Hello | top_srcdir=$abs_top_srcdir ./configure | grep -v 'configure: loading site script '],, [Hello
 ])
 AT_CHECK([echo Hello | top_srcdir=$abs_top_srcdir ./configure --silent])