tests: fix spurious failure of extradep.test on FreeBSD
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 May 2011 10:58:51 +0000 (12:58 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 May 2011 13:06:15 +0000 (15:06 +0200)
commitc92ac83b1329e8e2c24ff25974993cb4d520c2e3
treecb7ad1fdea78f6c86b0ba66b2e21819619378a78
parent6edafbb503ed5d81f963fb8eeec7595c8158d828
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.
ChangeLog
tests/extradep.test
tests/extradep2.test