autoconf-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-158-gee0d4bd
Date: Wed, 05 Nov 2008 04:23:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=ee0d4bd36b0ba4b58df9aca7208dfe25682fc1bb

The branch, master has been updated
       via  ee0d4bd36b0ba4b58df9aca7208dfe25682fc1bb (commit)
      from  62c045085d9f128160af18cf4fd07f8a6dce60ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ee0d4bd36b0ba4b58df9aca7208dfe25682fc1bb
Author: Eric Blake <address@hidden>
Date:   Tue Nov 4 21:22:16 2008 -0700

    Adjust expected output.
    
    * tests/torture.at (Missing templates): Reflect added quoting.
    Detected by Bob Proulx's buildbot.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 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)


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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