From: Stefano Lattarini Date: Sat, 7 May 2011 13:40:54 +0000 (+0200) Subject: Merge branch 'master' into testsuite-work X-Git-Tag: ng-0.5a~89^2~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a9da6a32f9dbb14a7133c341ecc2f1d9b76f59;p=thirdparty%2Fautomake.git Merge branch 'master' into testsuite-work * master: tests: fix spurious failure of extradep.test on FreeBSD --- 70a9da6a32f9dbb14a7133c341ecc2f1d9b76f59 diff --cc ChangeLog index 514143258,0bca20795..7859a4e5b --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,14 @@@ ++2011-05-07 Stefano Lattarini ++ ++ tests: fix spurious failure of extradep.test on FreeBSD ++ * tests/extradep.test: When using `ls -t' to determine whether a ++ file has been updated, make sure to use as reference a file whose ++ timestamp is expected to be *strictly* older that that of the file ++ being checked. This is required because at least FreeBSD `ls' do ++ not sort files with the same timestamp in alphabetical order when ++ using the `-t' option. ++ * tests/extradep2.test: Likewise. ++ 2011-05-07 Stefano Lattarini tests: fix spurious failure of txinfo21.test on FreeBSD