[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {maint} tests: avoid a spurious failure on NetBSD
From: |
Stefano Lattarini |
Subject: |
[FYI] {maint} tests: avoid a spurious failure on NetBSD |
Date: |
Sun, 24 Jun 2012 16:53:25 +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 <address@hidden>
---
t/maken.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/maken.sh b/t/maken.sh
index 1257e4a..a114422 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
:
--
1.7.9.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {maint} tests: avoid a spurious failure on NetBSD,
Stefano Lattarini <=