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.61a-332


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-332-gd3579af
Date: Wed, 12 Dec 2007 22:55:48 +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=d3579af38c4f2ec2b11159b0dbc2f93da9430c8b

The branch, master has been updated
       via  d3579af38c4f2ec2b11159b0dbc2f93da9430c8b (commit)
      from  525da55580314168edd96d0fb843ff56a72a9214 (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 d3579af38c4f2ec2b11159b0dbc2f93da9430c8b
Author: Eric Blake <address@hidden>
Date:   Wed Dec 12 15:50:31 2007 -0700

    Fix some whitespace tests on cygwin.
    
    * tests/tools.at (autom4te and whitespace in file names): Restore
    font-lock.  Create $TMPDIR before it might be used.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog      |    4 ++++
 tests/tools.at |   12 +++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bcf598a..47cdf2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-12  Eric Blake  <address@hidden>
 
+       Fix some whitespace tests on cygwin.
+       * tests/tools.at (autom4te and whitespace in file names): Restore
+       font-lock.  Create $TMPDIR before it might be used.
+
        Fix spurious testsuite failure with M4 1.4.11.
        * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
 
diff --git a/tests/tools.at b/tests/tools.at
index 8c0794f..e5f9ae8 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -146,10 +146,11 @@ AT_SETUP([autom4te and whitespace in file names])
 x=
 export x
 rm -f a b
-# the first one omits special characters that are not w32 safe.
+# the first one omits special characters and trailing spaces,
+# which are not w32 safe.
 for funny in \
-  'with  funny '\'' $x & #! name ' \
-  'with  funny \ '\'' \'\'' " <a >b * ? name '
+  'with  funny '\'' $x & #! name' \
+  'with  funny \ '\'' \'\'' " <a >b * ? name ' # "restore font-lock
 do
   file=" file $funny"
   outfile="$file out "
@@ -158,13 +159,14 @@ do
   TMPDIR=" tmp$dir"
   export TMPDIR
 
+  # skip if we cannot create such a file or directory
+  AT_CHECK([mkdir "$dir" "$cachedir" "$TMPDIR" && touch "$file" || exit 77])
+
   cat >"$file" <<'END'
 [m4@&address@hidden(foo.m4)
 m4@&address@hidden(0)d@&address@hidden
 FOO]
 END
-  # skip if we cannot create such a file or directory
-  AT_CHECK([mkdir "$dir" "$cachedir" "$TMPDIR" && test -f "$file" || exit 77])
   cat >"$dir"/foo.m4 <<'END'
 [m4@&address@hidden([FOO], [bar])]
 END


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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