From: Stefano Lattarini Date: Thu, 16 May 2013 11:36:49 +0000 (+0200) Subject: tests: remove remaining exec bits ('maint' branch) X-Git-Tag: v1.13b~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c468420a8ff18940ab2e9d47d096788ed5801f0;p=thirdparty%2Fautomake.git 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 --- diff --git a/t/am-prog-cc-c-o.sh b/t/am-prog-cc-c-o.sh old mode 100755 new mode 100644 diff --git a/t/ccnoco4.sh b/t/ccnoco4.sh old mode 100755 new mode 100644 diff --git a/t/dist-shar.sh b/t/dist-shar.sh old mode 100755 new mode 100644 diff --git a/t/dist-tarZ.sh b/t/dist-tarZ.sh old mode 100755 new mode 100644 diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh old mode 100755 new mode 100644 diff --git a/t/preproc-basics.sh b/t/preproc-basics.sh old mode 100755 new mode 100644 diff --git a/t/preproc-c-compile.sh b/t/preproc-c-compile.sh old mode 100755 new mode 100644 diff --git a/t/preproc-demo.sh b/t/preproc-demo.sh old mode 100755 new mode 100644 diff --git a/t/preproc-errmsg.sh b/t/preproc-errmsg.sh old mode 100755 new mode 100644 diff --git a/t/rm-f-probe.sh b/t/rm-f-probe.sh old mode 100755 new mode 100644 diff --git a/t/self-check-cc-no-c-o.sh b/t/self-check-cc-no-c-o.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-builddir.sh b/t/txinfo-builddir.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-nodist-info.sh b/t/txinfo-nodist-info.sh old mode 100755 new mode 100644