summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-25 06:28:57 -0500
committerGary V. Vaughan <gary@gnu.org>2012-10-25 07:08:51 -0500
commit5d7e7ec0e12144ff450ac822e096cb3047de7d9c (patch)
tree8c5bea0a28264a0e8d07b8ec4381c7dd93bb1181 /tests
parentcd74bb4527fb6618707b7d976299ba85428fab81 (diff)
downloadlibtool-5d7e7ec0e12144ff450ac822e096cb3047de7d9c.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/libtoolize.at22
-rw-r--r--tests/old-ltdl-iface.at2
2 files changed, 12 insertions, 12 deletions
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index ea7265b1..187ba8e4 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -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)
diff --git a/tests/old-ltdl-iface.at b/tests/old-ltdl-iface.at
index 8f3a28ee..6bf94e6b 100644
--- a/tests/old-ltdl-iface.at
+++ b/tests/old-ltdl-iface.at
@@ -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])