mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* tests/base.at (Input/Output): Ignore 'loading site script' chatter.
This commit is contained in:
parent
77a8d274c5
commit
f18ce65fb6
@ -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>
|
||||
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user