tests: remove remaining exec bits ('maint' branch)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 May 2013 11:36:49 +0000 (13:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 May 2013 11:44:44 +0000 (13:44 +0200)
commit9c468420a8ff18940ab2e9d47d096788ed5801f0
tree37ba4f5e24ce6050fbab100fb1aac03648f6ce01
parent6aaa128d3a20fd3e3cc60a695be1f7368203a688
tests: remove remaining exec bits ('maint' 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 'maint' branch (automake 1.13a), and is a
follow-up to commit 'v1.13.2-3-g74017b5', done on the 'micro' branch
(automake 1.13.2a).  It will soon be followed by a similar patch
for the 'master' branch (automake 1.99a).

* t/am-prog-cc-c-o.sh: Remove executable bit.
* t/ccnoco4.sh: Likewise.
* t/dist-shar.sh: Likewise.
* t/dist-tarZ.sh: Likewise.
* t/lex-multiple.sh: Likewise.
* t/preproc-basics.sh: Likewise.
* t/preproc-c-compile.sh: Likewise.
* t/preproc-demo.sh: Likewise.
* t/preproc-errmsg.sh: Likewise.
* t/rm-f-probe.sh: Likewise.
* t/self-check-cc-no-c-o.sh: Likewise.
* t/txinfo-builddir.sh: Likewise.
* t/txinfo-nodist-info.sh: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
13 files changed:
t/am-prog-cc-c-o.sh [changed mode: 0755->0644]
t/ccnoco4.sh [changed mode: 0755->0644]
t/dist-shar.sh [changed mode: 0755->0644]
t/dist-tarZ.sh [changed mode: 0755->0644]
t/lex-multiple.sh [changed mode: 0755->0644]
t/preproc-basics.sh [changed mode: 0755->0644]
t/preproc-c-compile.sh [changed mode: 0755->0644]
t/preproc-demo.sh [changed mode: 0755->0644]
t/preproc-errmsg.sh [changed mode: 0755->0644]
t/rm-f-probe.sh [changed mode: 0755->0644]
t/self-check-cc-no-c-o.sh [changed mode: 0755->0644]
t/txinfo-builddir.sh [changed mode: 0755->0644]
t/txinfo-nodist-info.sh [changed mode: 0755->0644]