diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-24 16:52:51 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-24 16:52:51 +0200 |
commit | dbc83fa9f32ee17e52d02d58e1a840fd046ed9a9 (patch) | |
tree | 25c073c50ab2c8c4ada76cdb0836d55a96403cbe /t | |
parent | 3a7149594efc4ae7cd9f2b362baecde9d94e13f5 (diff) | |
download | automake-dbc83fa9f32ee17e52d02d58e1a840fd046ed9a9.tar.gz |
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/maken.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |