mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
tests: fixup experr for addition whitespace in error prefix.
Fix spurious test failures due to unmatched experr output. * tests/libtoolize.at, tests/old-ltdl-iface.at: Add the addition 2 spaces now used to justify error prefixes. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
cd74bb4527
commit
5d7e7ec0e1
@ -115,7 +115,7 @@ AT_DATA([Makefile.am],
|
||||
]])
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I me2.
|
||||
[[libtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I me2.
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy], 1, [ignore], experr)
|
||||
@ -241,8 +241,8 @@ libtoolize: copying file 'm4/lt~obsolete.m4'
|
||||
]])
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout, experr)
|
||||
@ -255,8 +255,8 @@ LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout, experr)
|
||||
: >expout
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout, experr)
|
||||
@ -318,8 +318,8 @@ libtoolize: copying file 'm4/lt~obsolete.m4'
|
||||
]])
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy --install], 0, expout, experr)
|
||||
@ -332,8 +332,8 @@ LT_AT_CHECK_LIBTOOLIZE([--copy --install], 0, expout, experr)
|
||||
: >expout
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
[[libtoolize: error: 'build-aux/ltmain.sh' is newer: use '--force' to overwrite
|
||||
libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy --install], 0, expout, experr)
|
||||
@ -716,7 +716,7 @@ libtoolize: copying file 'm4/libtool.m4'
|
||||
]])
|
||||
|
||||
AT_DATA([experr],
|
||||
[[libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
[[libtoolize: error: 'm4/ltoptions.m4' is newer: use '--force' to overwrite
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy], 0, expout, experr)
|
||||
@ -1104,7 +1104,7 @@ LIBTOOLIZE_OPTIONS=narf
|
||||
export LIBTOOLIZE_OPTIONS
|
||||
|
||||
AT_DATA(experr,
|
||||
[[libtoolize: error: garbled LIBTOOLIZE_OPTIONS near 'narf'
|
||||
[[libtoolize: error: garbled LIBTOOLIZE_OPTIONS near 'narf'
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--copy], 1, [ignore], experr)
|
||||
|
@ -124,7 +124,7 @@ libtoolize: Consider updating to use of 'include ltdl/ltdl.mk' in Makefile.am.
|
||||
]])
|
||||
|
||||
AT_DATA([experr],
|
||||
[[libtoolize: error: Use of 'include ltdl/Makefile.inc' is deprecated!
|
||||
[[libtoolize: error: Use of 'include ltdl/Makefile.inc' is deprecated!
|
||||
]])
|
||||
|
||||
LT_AT_CHECK_LIBTOOLIZE([--ltdl=ltdl --nonrecursive --install], 0, [expout], [experr])
|
||||
|
Loading…
Reference in New Issue
Block a user