* tests/base.at (Input/Output): Ignore 'loading site script' chatter.

This commit is contained in:
Paul Eggert 2005-07-06 17:01:52 +00:00
parent 77a8d274c5
commit f18ce65fb6
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View 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])