++2011-05-07 Stefano Lattarini <stefano.lattarini@gmail.com>
++
++ 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 <stefano.lattarini@gmail.com>
tests: fix spurious failure of txinfo21.test on FreeBSD