From dbc83fa9f32ee17e52d02d58e1a840fd046ed9a9 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 24 Jun 2012 16:52:51 +0200 Subject: [PATCH] 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 --- t/maken.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- 2.47.2