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