]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Adjust expected output.
authorEric Blake <ebb9@byu.net>
Wed, 5 Nov 2008 04:22:16 +0000 (21:22 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 5 Nov 2008 04:22:16 +0000 (21:22 -0700)
* tests/torture.at (Missing templates): Reflect added quoting.
Detected by Bob Proulx's buildbot.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/torture.at

index c658e670e4484e9fd4cd1d8ca886ad538db6fbe3..10e7b120b4309969a78bf6ba078b9ae657c740f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-11-04  Eric Blake  <ebb9@byu.net>
 
+       Adjust expected output.
+       * tests/torture.at (Missing templates): Reflect added quoting.
+       Detected by Bob Proulx's buildbot.
+
        Reject arguments with leading =.
        * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Detect case of
        missing variable name, with fewer forks.  Quote invalid arguments
index 74aab9e9dc149694ac64d0dfeec3bb730774901e..586d0f86785fbf165aa34a2f5142eedb385ee129 100644 (file)
@@ -372,7 +372,7 @@ AC_OUTPUT
 
 AT_CHECK_AUTOCONF
 AT_CHECK_CONFIGURE([], [1], [],
-[[config.status: error: cannot find input file: nonexistent.in
+[[config.status: error: cannot find input file: `nonexistent.in'
 ]])
 # Make sure that the output file doesn't exist
 AT_CHECK([test -f nonexistent], 1)