From: Eric Blake Date: Wed, 5 Nov 2008 04:22:16 +0000 (-0700) Subject: Adjust expected output. X-Git-Tag: v2.63b~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0d4bd36b0ba4b58df9aca7208dfe25682fc1bb;p=thirdparty%2Fautoconf.git Adjust expected output. * tests/torture.at (Missing templates): Reflect added quoting. Detected by Bob Proulx's buildbot. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index c658e670e..10e7b120b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-11-04 Eric Blake + 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 diff --git a/tests/torture.at b/tests/torture.at index 74aab9e9d..586d0f867 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -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)