]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'fix-test-tap-and-signals' into testsuite-work
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Sep 2011 11:09:18 +0000 (13:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Sep 2011 11:09:21 +0000 (13:09 +0200)
* fix-tap-tests:
  tests: remove redundant workaround for Solaris /bin/sh

1  2 
ChangeLog

diff --cc ChangeLog
index 4f6a3cd08952b1e16f2d65f2e100fcd5005b8da8,c576a45f266cd3ae2668ea82d4bbb64b2c45669b..745971a5e4188b77f6894b64b7da52a400d7d11f
+++ b/ChangeLog
@@@ -1,29 -1,12 +1,38 @@@
+ 2011-09-28  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       tests: remove redundant workaround for Solaris /bin/sh
+       After previous commit `v1.11-1424-g27a399a', some workarounds for
+       Solaris 10 /bin/sh are no more required, and in fact they have
+       started causing XPASS results on Solaris.
+       * tests/tap-signal.tap: Remove unneeded workarounds for Solaris 10
+       /bin/sh.  Some related minor code reorganizations.
 +2011-09-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      uninstall: "make uninstall" before "make install" works
 +      This change fixes automake bug#9578.
 +      * lib/am/inst-vars.am (am__uninstall_files_from_dir): New internal
 +      macro, that defines a shell code fragment to uninstall files from
 +      a given directory.
 +      * lib/am/data.am (uninstall-%DIR%%PRIMARY%): Use it, to reduce code
 +      duplication and improve consistency and correctness.
 +      * lib/am/libs.am (uninstall-%DIR%LIBRARIES): Likewise.
 +      * lib/am/lisp.am (uninstall-%DIR%LISP): Likewise.
 +      * lib/am/mans.am (uninstall-man%SECTION%): Likewise.
 +      * lib/am/python.am (uninstall-%DIR%LIBRARIES): Likewise.
 +      * lib/am/scripts.am (uninstall-%DIR%SCRIPTS): Likewise.
 +      * tests/uninstall-pr9578.test: New test.
 +      * tests/uninstall-fail.test: New test.
 +      * tests/Makefile.am (TESTS): Add them.
 +      * NEWS, THANKS: Update.
 +      Report by Nick Bowler.
 +
 +2011-09-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: fix tests on aclocal search path precedences
 +      * tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the
 +      proper overridden system acdir.
 +
  2011-09-28  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        tests: fix spurious failures in tests on TAP + signals