autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-


From: Eric Blake
Subject: Re: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-156-gbc6676e
Date: Tue, 04 Nov 2008 21:23:03 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

-----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             address@hidden
-----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 <address@hidden>
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 <address@hidden>
---
 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  <address@hidden>
 
+       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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]