From: Stefano Lattarini Date: Thu, 20 Oct 2011 15:45:12 +0000 (+0200) Subject: Merge branch 'aclocal-path' into maint X-Git-Tag: v1.11.1b~16^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=100e97400a06c0f9af0ea7be99aa60be95c624bf;p=thirdparty%2Fautomake.git Merge branch 'aclocal-path' into maint * aclocal-path: tests: fix spurious failure on fast machines --- 100e97400a06c0f9af0ea7be99aa60be95c624bf diff --cc ChangeLog index 16f72e423,cd60ad60d..c87185f98 --- a/ChangeLog +++ b/ChangeLog @@@ -1,20 -1,10 +1,27 @@@ + 2011-10-20 Stefano Lattarini + + tests: fix spurious failure on fast machines + * tests/aclocal-path-precedence.test: Also remove the `configure' + script between different test runs, to ensure it is always remade + by autoconf. Add proper explicative comments. + +2011-10-20 Stefano Lattarini + + tests: avoid spurious failure of 'uninstall-fail.test' on Solaris + * tests/uninstall-fail.test: All the Solaris 10 shells (/bin/sh, + /bin/ksh, and /usr/xpg4/bin/sh), upon failing to chdir to a + directory with the `cd' builtin, print a message like: + "sh: /root: permission denied" + which doesn't report the `cd' builtin anywhere. Relax the grepping + of the error message accordingly. + +2011-10-19 Stefano Lattarini + + tests: avoid spurious failure of 'uninstall-fail.test' on Cygwin + * tests/uninstall-fail.test: Be sure to really skip this test + on systems that allows files to be removed from unwritable + directories. Motivated by a spurious failure on Cygwin 1.5. + 2011-10-17 Stefano Lattarini tests: fix spurious failure with autoconf 2.62