]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: fixup experr for addition whitespace in error prefix.
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 11:28:57 +0000 (06:28 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:08:51 +0000 (07:08 -0500)
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>
tests/libtoolize.at
tests/old-ltdl-iface.at

index ea7265b1d10f4e08fe8edbfbc498308762d4e284..187ba8e455e049e2877e340774e5b7f35942e410 100644 (file)
@@ -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)
index 8f3a28eeb84ec6875cca990bea57e2ff62ee1c56..6bf94e6b8e84fd8c6e424a84e8c578dedd91fea9 100644 (file)
@@ -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])