Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 May 2011 13:39:37 +0000 (15:39 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 7 May 2011 13:39:37 +0000 (15:39 +0200)
* maint:
  tests: fix spurious failure of txinfo21.test on FreeBSD

1  2 
ChangeLog
tests/txinfo21.test

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,14 -1,12 +1,23 @@@
  2011-05-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
+       tests: fix spurious failure of txinfo21.test on FreeBSD
+       * tests/txinfo21.test: Use the `is_newest' subroutine instead of
+       the `ls -t' hack to to determine whether a file has been updated.
+       This is required because at least FreeBSD `ls' do not sort files
+       with the same timestamp in alphabetical order when using the `-t'
+       option.
++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-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        tests defs: allow requirements for compilers (mostly dummy)
Simple merge