From: Stefano Lattarini Date: Sun, 24 Jun 2012 14:52:51 +0000 (+0200) Subject: tests: avoid a spurious failure on NetBSD X-Git-Tag: v1.12.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc83fa9f32ee17e52d02d58e1a840fd046ed9a9;p=thirdparty%2Fautomake.git tests: avoid a spurious failure on NetBSD * t/maken.sh: Do not expect the timestamp of the current directory to be unchanged after a "make -n". Signed-off-by: Stefano Lattarini --- diff --git a/t/maken.sh b/t/maken.sh index 1257e4a7f..a114422b4 100755 --- a/t/maken.sh +++ b/t/maken.sh @@ -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 :