]> git.ipfire.org Git - thirdparty/automake.git/commit
test defs: function 'is_newest' now works also with directories
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jul 2011 11:55:20 +0000 (13:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jul 2011 11:55:20 +0000 (13:55 +0200)
commitb6a40fa2d2c08f71f9aeced063a36a27f657da6b
tree8d743c69617d281a848a3341b209d4de935edd93
parent4e0ccf0f434fc0e83d2dd46d2d14791ee86df06b
test defs: function 'is_newest' now works also with directories

* tests/defs (is_newest): Call `find' with the `-prune' option,
so that it won't descend in the directories (which could cause
spurious results).
* tests/self-check-is_newest: Extend accordingly.

From a report by Jim Meyering, see automake bug#9147.
ChangeLog
tests/defs
tests/self-check-is_newest.test