-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Eric Blake on 11/4/2008 7:14 PM:
> According to Ralf Wildenhues on 11/4/2008 2:32 PM:
>
> Hi Ralf, and thanks for keeping me honest,
>
>>> Reject arguments with leading =.
>>>
>> Any chance for a testsuite update?
And another one; the buildbot caught this faster than I could get to it.
- --
Don't work too hard, make some time for fun as well!
Eric Blake [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkkRH6cACgkQ84KuGfSFAYCanACff80ajkg2lAkZ4cy1sdUXVjuW
l1UAn2yVCPujOLZESn+pRo2hV6PDu46/
=kLY3
-----END PGP SIGNATURE-----
>From ee0d4bd36b0ba4b58df9aca7208dfe25682fc1bb Mon Sep 17 00:00:00 2001
From: Eric Blake <[EMAIL PROTECTED]>
Date: Tue, 4 Nov 2008 21:22:16 -0700
Subject: [PATCH] Adjust expected output.
* tests/torture.at (Missing templates): Reflect added quoting.
Detected by Bob Proulx's buildbot.
Signed-off-by: Eric Blake <[EMAIL PROTECTED]>
---
ChangeLog | 4 ++++
tests/torture.at | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c658e67..10e7b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-11-04 Eric Blake <[EMAIL PROTECTED]>
+ 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 74aab9e..586d0f8 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)
--
1.6.0.2