automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12-20-gd


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12-20-gd330368
Date: Sat, 28 Apr 2012 21:31:36 +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 Automake".

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

The branch, maint has been updated
       via  d3303684e6f05d550b4bec305b6a8650bb0ebfb9 (commit)
       via  807f3cf63a223f1d7eb6b06c02ec0abb1d4486ae (commit)
      from  b4653256c2210d721e603023220e6fe05277286b (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 d3303684e6f05d550b4bec305b6a8650bb0ebfb9
Author: Stefano Lattarini <address@hidden>
Date:   Sat Apr 28 23:18:45 2012 +0200

    tests: root can write on files without write perms; cater for this
    
    Fixes last part of automake bug#11369.
    
    * t/dist-readonly.sh ($required): Add 'non-root'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 807f3cf63a223f1d7eb6b06c02ec0abb1d4486ae
Author: Stefano Lattarini <address@hidden>
Date:   Sat Apr 28 21:36:42 2012 +0200

    tests: require lex, not yacc, in a lex test case
    
    See automake bug#11369.
    
    * t/lex-clean.sh ($required): Require 'lex', not 'yacc'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/dist-readonly.sh |    4 +++-
 t/lex-clean.sh     |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/t/dist-readonly.sh b/t/dist-readonly.sh
index 1aa32c8..2bf2a6d 100755
--- a/t/dist-readonly.sh
+++ b/t/dist-readonly.sh
@@ -17,7 +17,9 @@
 # Test that a readonly files are distributed as such, and not make
 # writable while being copied in the $(distdir).
 
-required=cc
+# This test expect the user to be unable to write on files lacking
+# write permissions -- so it won't work if the user is 'root'.
+required='non-root cc'
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'
diff --git a/t/lex-clean.sh b/t/lex-clean.sh
index 9b23f01..4213195 100755
--- a/t/lex-clean.sh
+++ b/t/lex-clean.sh
@@ -19,7 +19,7 @@
 # distributed .l sources are cleaned by "make maintainer-clean".
 # See also sister test 'lex-clean-cxx.test'.
 
-required=yacc
+required=lex
 . ./defs || Exit 1
 
 cat >> configure.ac << 'END'


hooks/post-receive
-- 
GNU Automake



reply via email to

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