Testsuite: do not use `chmod -R' when cleaning up.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Oct 2009 15:01:23 +0000 (17:01 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 11 Oct 2009 11:26:15 +0000 (13:26 +0200)
commitb7810f032b6eeef0870bc29539b2c6a32b94d10a
tree8aec8d05fc511cd08d201ac24ac3a332f4f8a23c
parent971878288bec797087215f7fb1e7c398ef2f3a1a
Testsuite: do not use `chmod -R' when cleaning up.

* tests/Makefile.am (clean-local-check): Do not use `chmod -R' on
the test directories, as that may change or try to change the mode
of installed files: the test directory may contain symlinks to
ltmain.sh files from a Libtool installation, and Solaris `chmod -R'
touches symlink targets.  Instead, use the cleanup strategy used
in distdir.am (which is also employed in tests/defs.in).

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/Makefile.am
tests/Makefile.in