]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: remove remaining exec bits ('master' branch)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 May 2013 11:48:19 +0000 (13:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 May 2013 11:54:34 +0000 (13:54 +0200)
commitc2bdb2a09870aeeed526dd8d8b2a74be6d4b623b
tree14cac76ff464d60a07a68eeccbc20c46bd4a0f7e
parent0985d6733053662d4117f4a740032e4c472b4f6a
tests: remove remaining exec bits ('master' branch)

The executable bit gives the impression that the tests are directly
runnable, as with "./t/foo.sh", but it has been a while since that
was the case.  Today, tests are runnable only through "make check"
or "./runtest".

This change is for the 'master' branch (automake 1.99a), and is a
follow-up to commit 'v1.13.2-3-g74017b5', done on the 'micro' branch
(automake 1.13.2a) and to commit 'v1.13.2-221-g0985d67', done on the
'maint' branch (automake 1.13a).

* t/am-prog-mkdir-p.sh: Remove executable bit.
* t/txinfo-no-split.sh: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/am-prog-mkdir-p.sh [changed mode: 0755->0644]
t/txinfo-no-split.sh [changed mode: 0755->0644]