From: Stefano Lattarini Date: Sun, 24 Jul 2011 09:17:11 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3aabe1ad4acfb83ad68d9768a5e7523886fd37;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: tests: relax a test on amhello examples to cater to Solaris tar --- 6b3aabe1ad4acfb83ad68d9768a5e7523886fd37 diff --cc ChangeLog index 0aedd52ab,63ae2200f..4e7e08a87 --- a/ChangeLog +++ b/ChangeLog @@@ -1,12 -1,14 +1,23 @@@ + 2011-07-23 Stefano Lattarini + + tests: relax a test on amhello examples to cater to Solaris tar + * tests/amhello-binpkg.test: When the tar implementation in use + is not GNU tar, relax the tests on tar output, to avoid spurious + failures. For example, "tar cvf ..." with GNU tar can output + lines like "./usr/bin/hello" on the standard output, while with + Solaris tar it can output lines like "a ./usr/bin/hello 8K" on + standard output, and with Heirloom tar it can output lines like + "a ./usr/bin/hello 15 tape blocks" on standard error. + +2011-07-23 Stefano Lattarini + + test defs: function 'is_newest' now works also with directories + * tests/defs (is_newest): Call `find' with the `-prune' option, + so that it won't descend in the directories (which could cause + spurious results). + * tests/self-check-is_newest: Extend accordingly. + From a report by Jim Meyering, see automake bug#9147. + 2011-07-15 Benoit Sigoure docs: add references between the 2 sections on java support