tests: avoid a spurious failure on NetBSD
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 24 Jun 2012 14:52:51 +0000 (16:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 24 Jun 2012 14:52:51 +0000 (16:52 +0200)
* t/maken.sh: Do not expect the timestamp of the current directory
to be unchanged after a "make -n".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/maken.sh

index 1257e4a..a114422 100755 (executable)
@@ -56,7 +56,7 @@ for target in dist distcheck; do
   fi
   $MAKE test-no-distdir
   # No file has been actually touched or created.
-  is_newest stampfile $(find .)
+  is_newest stampfile $(find . -type f) sub
 done
 
 :