From: Stefano Lattarini Date: Thu, 16 May 2013 10:18:43 +0000 (+0200) Subject: tests: remove exec bit from all of them ('micro' branch) X-Git-Tag: v1.13b~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74017b56cbadf675de023f7bee6a0b18877c0a74;p=thirdparty%2Fautomake.git tests: remove exec bit from all of them ('micro' branch) It gives the impression that they 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 'micro' branch (automake 1.13.2a). It will soon be followed by similar patches for the 'maint' branch (automake 1.13a) and the 'master' branch (automake 1.99a). * t/*.sh, t/*.tap: Remove executable bit. * maint.mk (sc_tests_executable): Remove. (syntax_check_rules): Adjust. * gen-testsuite-part: Set permissions of generated tests to '444' (-r--r--r--), rather than 555 (-r-xr-xr-x). Signed-off-by: Stefano Lattarini --- diff --git a/gen-testsuite-part b/gen-testsuite-part index 93d63aaf2..4584d2b8e 100755 --- a/gen-testsuite-part +++ b/gen-testsuite-part @@ -313,7 +313,7 @@ while (my ($wrapped_test, $setup_list) = each %wrapper_setups) atomic_write $wrapper_test, sub { write_wrapper_script $_[0], $wrapped_test, $setup }, - 0555; + 0444; # The generated test works by sourcing the original test, so that # it has to be re-run every time that changes ... print "$wbase.log: $wrapped_test\n"; @@ -391,7 +391,7 @@ foreach my $lt (TRUE, FALSE) exit \$? EOF }, - 0555); + 0444); } } diff --git a/syntax-checks.mk b/syntax-checks.mk index 8f9d8b4c2..9cd46cad7 100644 --- a/syntax-checks.mk +++ b/syntax-checks.mk @@ -68,7 +68,6 @@ sc_tests_required_after_defs \ sc_tests_overriding_macros_on_cmdline \ sc_tests_plain_sleep \ sc_tests_ls_t \ -sc_tests_executable \ sc_m4_am_plain_egrep_fgrep \ sc_tests_no_configure_in \ sc_tests_PATH_SEPARATOR \ @@ -402,19 +401,6 @@ sc_tests_ls_t: exit 1; \ fi -## Test scripts must be executable. -sc_tests_executable: - @st=0; \ - for f in $(xtests); do \ - case $$f in \ - t/ax/*|./t/ax/*|$(srcdir)/t/ax/*);; \ - *) test -x $$f || { echo "$$f: not executable" >&2; st=1; }; \ - esac; \ - done; \ - test $$st -eq 0 || echo '$@: some test scripts are not executable' >&2; \ - exit $$st; - - ## Never use 'sleep 1' to create files with different timestamps. ## Use '$sleep' instead. Some filesystems (e.g., Windows) have only ## a 2sec resolution. diff --git a/t/ac-output-old.tap b/t/ac-output-old.tap old mode 100755 new mode 100644 diff --git a/t/acloca10.sh b/t/acloca10.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-I-order-1.sh b/t/aclocal-I-order-1.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-I-order-2.sh b/t/aclocal-I-order-2.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-I-order-3.sh b/t/aclocal-I-order-3.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-acdir.sh b/t/aclocal-acdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-amflags.sh b/t/aclocal-amflags.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-autoconf-version-check.sh b/t/aclocal-autoconf-version-check.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-comments-respected.sh b/t/aclocal-comments-respected.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-deleted-header-aclocal-amflags.sh b/t/aclocal-deleted-header-aclocal-amflags.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-deleted-header.sh b/t/aclocal-deleted-header.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-deps-subdir.sh b/t/aclocal-deps-subdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-deps.sh b/t/aclocal-deps.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-dirlist-abspath.sh b/t/aclocal-dirlist-abspath.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-dirlist-globbing.sh b/t/aclocal-dirlist-globbing.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-dirlist.sh b/t/aclocal-dirlist.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-install-absdir.sh b/t/aclocal-install-absdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-install-fail.sh b/t/aclocal-install-fail.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-install-mkdir.sh b/t/aclocal-install-mkdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh b/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-m4-include-are-scanned.sh b/t/aclocal-m4-include-are-scanned.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-m4-sinclude.sh b/t/aclocal-m4-sinclude.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-macrodir.tap b/t/aclocal-macrodir.tap old mode 100755 new mode 100644 diff --git a/t/aclocal-macrodirs.tap b/t/aclocal-macrodirs.tap old mode 100755 new mode 100644 diff --git a/t/aclocal-missing-macros.sh b/t/aclocal-missing-macros.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-no-extra-scan.sh b/t/aclocal-no-extra-scan.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-no-force.sh b/t/aclocal-no-force.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-no-install-no-mkdir.sh b/t/aclocal-no-install-no-mkdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-no-symlinked-overwrite.sh b/t/aclocal-no-symlinked-overwrite.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-no-unused-required.sh b/t/aclocal-no-unused-required.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-path-install-serial.sh b/t/aclocal-path-install-serial.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-path-install.sh b/t/aclocal-path-install.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-path-nonexistent.sh b/t/aclocal-path-nonexistent.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-path-precedence.sh b/t/aclocal-path-precedence.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-path.sh b/t/aclocal-path.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-pr450.sh b/t/aclocal-pr450.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-remake-misc.sh b/t/aclocal-remake-misc.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-req.sh b/t/aclocal-req.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-scan-configure-ac-pr319.sh b/t/aclocal-scan-configure-ac-pr319.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-serial.sh b/t/aclocal-serial.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-underquoted-defun.sh b/t/aclocal-underquoted-defun.sh old mode 100755 new mode 100644 diff --git a/t/aclocal-verbose-install.sh b/t/aclocal-verbose-install.sh old mode 100755 new mode 100644 diff --git a/t/aclocal.sh b/t/aclocal.sh old mode 100755 new mode 100644 diff --git a/t/acsilent.sh b/t/acsilent.sh old mode 100755 new mode 100644 diff --git a/t/acsubst.sh b/t/acsubst.sh old mode 100755 new mode 100644 diff --git a/t/acsubst2.sh b/t/acsubst2.sh old mode 100755 new mode 100644 diff --git a/t/add-missing-multiple.sh b/t/add-missing-multiple.sh old mode 100755 new mode 100644 diff --git a/t/add-missing.tap b/t/add-missing.tap old mode 100755 new mode 100644 diff --git a/t/all.sh b/t/all.sh old mode 100755 new mode 100644 diff --git a/t/all2.sh b/t/all2.sh old mode 100755 new mode 100644 diff --git a/t/alloca.sh b/t/alloca.sh old mode 100755 new mode 100644 diff --git a/t/alloca2.sh b/t/alloca2.sh old mode 100755 new mode 100644 diff --git a/t/alpha.sh b/t/alpha.sh old mode 100755 new mode 100644 diff --git a/t/alpha2.sh b/t/alpha2.sh old mode 100755 new mode 100644 diff --git a/t/am-config-header.sh b/t/am-config-header.sh old mode 100755 new mode 100644 diff --git a/t/am-default-source-ext.sh b/t/am-default-source-ext.sh old mode 100755 new mode 100644 diff --git a/t/am-macro-not-found.sh b/t/am-macro-not-found.sh old mode 100755 new mode 100644 diff --git a/t/am-missing-prog.sh b/t/am-missing-prog.sh old mode 100755 new mode 100644 diff --git a/t/am-prog-cc-stdc.sh b/t/am-prog-cc-stdc.sh old mode 100755 new mode 100644 diff --git a/t/am-tests-environment.sh b/t/am-tests-environment.sh old mode 100755 new mode 100644 diff --git a/t/amassign.sh b/t/amassign.sh old mode 100755 new mode 100644 diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh old mode 100755 new mode 100644 diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh old mode 100755 new mode 100644 diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh old mode 100755 new mode 100644 diff --git a/t/aminit-moreargs-deprecation.sh b/t/aminit-moreargs-deprecation.sh old mode 100755 new mode 100644 diff --git a/t/amopt.sh b/t/amopt.sh old mode 100755 new mode 100644 diff --git a/t/amopts-location.sh b/t/amopts-location.sh old mode 100755 new mode 100644 diff --git a/t/amopts-variable-expansion.sh b/t/amopts-variable-expansion.sh old mode 100755 new mode 100644 diff --git a/t/amsubst.sh b/t/amsubst.sh old mode 100755 new mode 100644 diff --git a/t/ansi2knr-no-more.sh b/t/ansi2knr-no-more.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib.sh b/t/ar-lib.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib2.sh b/t/ar-lib2.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib3.sh b/t/ar-lib3.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib4.sh b/t/ar-lib4.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib5a.sh b/t/ar-lib5a.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib5b.sh b/t/ar-lib5b.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib6a.sh b/t/ar-lib6a.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib6b.sh b/t/ar-lib6b.sh old mode 100755 new mode 100644 diff --git a/t/ar-lib7.sh b/t/ar-lib7.sh old mode 100755 new mode 100644 diff --git a/t/ar.sh b/t/ar.sh old mode 100755 new mode 100644 diff --git a/t/ar2.sh b/t/ar2.sh old mode 100755 new mode 100644 diff --git a/t/ar3.sh b/t/ar3.sh old mode 100755 new mode 100644 diff --git a/t/ar4.sh b/t/ar4.sh old mode 100755 new mode 100644 diff --git a/t/ar5.sh b/t/ar5.sh old mode 100755 new mode 100644 diff --git a/t/asm.sh b/t/asm.sh old mode 100755 new mode 100644 diff --git a/t/asm2.sh b/t/asm2.sh old mode 100755 new mode 100644 diff --git a/t/asm3.sh b/t/asm3.sh old mode 100755 new mode 100644 diff --git a/t/autodist-acconfig-no-subdir.sh b/t/autodist-acconfig-no-subdir.sh old mode 100755 new mode 100644 diff --git a/t/autodist-acconfig.sh b/t/autodist-acconfig.sh old mode 100755 new mode 100644 diff --git a/t/autodist-aclocal-m4.sh b/t/autodist-aclocal-m4.sh old mode 100755 new mode 100644 diff --git a/t/autodist-config-headers.sh b/t/autodist-config-headers.sh old mode 100755 new mode 100644 diff --git a/t/autodist-configure-no-subdir.sh b/t/autodist-configure-no-subdir.sh old mode 100755 new mode 100644 diff --git a/t/autodist-no-duplicate.sh b/t/autodist-no-duplicate.sh old mode 100755 new mode 100644 diff --git a/t/autodist-stamp-vti.sh b/t/autodist-stamp-vti.sh old mode 100755 new mode 100644 diff --git a/t/autodist-subdir.sh b/t/autodist-subdir.sh old mode 100755 new mode 100644 diff --git a/t/autodist.sh b/t/autodist.sh old mode 100755 new mode 100644 diff --git a/t/autohdr-subdir-pr12495.sh b/t/autohdr-subdir-pr12495.sh old mode 100755 new mode 100644 diff --git a/t/autohdr.sh b/t/autohdr.sh old mode 100755 new mode 100644 diff --git a/t/autohdr3.sh b/t/autohdr3.sh old mode 100755 new mode 100644 diff --git a/t/autohdr4.sh b/t/autohdr4.sh old mode 100755 new mode 100644 diff --git a/t/autohdrdry.sh b/t/autohdrdry.sh old mode 100755 new mode 100644 diff --git a/t/automake-cmdline.tap b/t/automake-cmdline.tap old mode 100755 new mode 100644 diff --git a/t/auxdir-autodetect.sh b/t/auxdir-autodetect.sh old mode 100755 new mode 100644 diff --git a/t/auxdir-computed.tap b/t/auxdir-computed.tap old mode 100755 new mode 100644 diff --git a/t/auxdir-misplaced.sh b/t/auxdir-misplaced.sh old mode 100755 new mode 100644 diff --git a/t/auxdir-nonexistent.sh b/t/auxdir-nonexistent.sh old mode 100755 new mode 100644 diff --git a/t/auxdir-unportable.tap b/t/auxdir-unportable.tap old mode 100755 new mode 100644 diff --git a/t/auxdir.sh b/t/auxdir.sh old mode 100755 new mode 100644 diff --git a/t/auxdir6.sh b/t/auxdir6.sh old mode 100755 new mode 100644 diff --git a/t/auxdir7.sh b/t/auxdir7.sh old mode 100755 new mode 100644 diff --git a/t/auxdir8.sh b/t/auxdir8.sh old mode 100755 new mode 100644 diff --git a/t/backcompat-acout.sh b/t/backcompat-acout.sh old mode 100755 new mode 100644 diff --git a/t/backcompat.sh b/t/backcompat.sh old mode 100755 new mode 100644 diff --git a/t/backcompat2.sh b/t/backcompat2.sh old mode 100755 new mode 100644 diff --git a/t/backcompat3.sh b/t/backcompat3.sh old mode 100755 new mode 100644 diff --git a/t/backcompat6.sh b/t/backcompat6.sh old mode 100755 new mode 100644 diff --git a/t/backslash-before-trailing-whitespace.sh b/t/backslash-before-trailing-whitespace.sh old mode 100755 new mode 100644 diff --git a/t/backslash-issues.sh b/t/backslash-issues.sh old mode 100755 new mode 100644 diff --git a/t/badline.sh b/t/badline.sh old mode 100755 new mode 100644 diff --git a/t/badopt.sh b/t/badopt.sh old mode 100755 new mode 100644 diff --git a/t/badprog.sh b/t/badprog.sh old mode 100755 new mode 100644 diff --git a/t/built-sources-check.sh b/t/built-sources-check.sh old mode 100755 new mode 100644 diff --git a/t/built-sources-cond.sh b/t/built-sources-cond.sh old mode 100755 new mode 100644 diff --git a/t/built-sources-fork-bomb.sh b/t/built-sources-fork-bomb.sh old mode 100755 new mode 100644 diff --git a/t/built-sources-install.sh b/t/built-sources-install.sh old mode 100755 new mode 100644 diff --git a/t/built-sources-subdir.sh b/t/built-sources-subdir.sh old mode 100755 new mode 100644 diff --git a/t/built-sources.sh b/t/built-sources.sh old mode 100755 new mode 100644 diff --git a/t/c-demo.sh b/t/c-demo.sh old mode 100755 new mode 100644 diff --git a/t/candist.sh b/t/candist.sh old mode 100755 new mode 100644 diff --git a/t/canon-name.sh b/t/canon-name.sh old mode 100755 new mode 100644 diff --git a/t/canon.sh b/t/canon.sh old mode 100755 new mode 100644 diff --git a/t/canon2.sh b/t/canon2.sh old mode 100755 new mode 100644 diff --git a/t/canon3.sh b/t/canon3.sh old mode 100755 new mode 100644 diff --git a/t/canon4.sh b/t/canon4.sh old mode 100755 new mode 100644 diff --git a/t/canon5.sh b/t/canon5.sh old mode 100755 new mode 100644 diff --git a/t/canon6.sh b/t/canon6.sh old mode 100755 new mode 100644 diff --git a/t/canon7.sh b/t/canon7.sh old mode 100755 new mode 100644 diff --git a/t/canon8.sh b/t/canon8.sh old mode 100755 new mode 100644 diff --git a/t/ccnoco.sh b/t/ccnoco.sh old mode 100755 new mode 100644 diff --git a/t/ccnoco2.sh b/t/ccnoco2.sh old mode 100755 new mode 100644 diff --git a/t/ccnoco3.sh b/t/ccnoco3.sh old mode 100755 new mode 100644 diff --git a/t/check-concurrency-bug9245.sh b/t/check-concurrency-bug9245.sh old mode 100755 new mode 100644 diff --git a/t/check-exported-srcdir.sh b/t/check-exported-srcdir.sh old mode 100755 new mode 100644 diff --git a/t/check-fd-redirect.sh b/t/check-fd-redirect.sh old mode 100755 new mode 100644 diff --git a/t/check-no-test-driver.sh b/t/check-no-test-driver.sh old mode 100755 new mode 100644 diff --git a/t/check-subst-prog.sh b/t/check-subst-prog.sh old mode 100755 new mode 100644 diff --git a/t/check-subst.sh b/t/check-subst.sh old mode 100755 new mode 100644 diff --git a/t/check-tests-in-builddir.sh b/t/check-tests-in-builddir.sh old mode 100755 new mode 100644 diff --git a/t/check.sh b/t/check.sh old mode 100755 new mode 100644 diff --git a/t/check10.sh b/t/check10.sh old mode 100755 new mode 100644 diff --git a/t/check11.sh b/t/check11.sh old mode 100755 new mode 100644 diff --git a/t/check12.sh b/t/check12.sh old mode 100755 new mode 100644 diff --git a/t/check2.sh b/t/check2.sh old mode 100755 new mode 100644 diff --git a/t/check4.sh b/t/check4.sh old mode 100755 new mode 100644 diff --git a/t/check5.sh b/t/check5.sh old mode 100755 new mode 100644 diff --git a/t/check6.sh b/t/check6.sh old mode 100755 new mode 100644 diff --git a/t/check7.sh b/t/check7.sh old mode 100755 new mode 100644 diff --git a/t/check8.sh b/t/check8.sh old mode 100755 new mode 100644 diff --git a/t/checkall.sh b/t/checkall.sh old mode 100755 new mode 100644 diff --git a/t/clean.sh b/t/clean.sh old mode 100755 new mode 100644 diff --git a/t/colneq.sh b/t/colneq.sh old mode 100755 new mode 100644 diff --git a/t/colneq2.sh b/t/colneq2.sh old mode 100755 new mode 100644 diff --git a/t/colneq3.sh b/t/colneq3.sh old mode 100755 new mode 100644 diff --git a/t/colon.sh b/t/colon.sh old mode 100755 new mode 100644 diff --git a/t/colon2.sh b/t/colon2.sh old mode 100755 new mode 100644 diff --git a/t/colon3.sh b/t/colon3.sh old mode 100755 new mode 100644 diff --git a/t/colon4.sh b/t/colon4.sh old mode 100755 new mode 100644 diff --git a/t/colon5.sh b/t/colon5.sh old mode 100755 new mode 100644 diff --git a/t/colon6.sh b/t/colon6.sh old mode 100755 new mode 100644 diff --git a/t/colon7.sh b/t/colon7.sh old mode 100755 new mode 100644 diff --git a/t/color-tests-opt.sh b/t/color-tests-opt.sh old mode 100755 new mode 100644 diff --git a/t/color-tests.sh b/t/color-tests.sh old mode 100755 new mode 100644 diff --git a/t/color-tests2.sh b/t/color-tests2.sh old mode 100755 new mode 100644 diff --git a/t/commen10.sh b/t/commen10.sh old mode 100755 new mode 100644 diff --git a/t/commen11.sh b/t/commen11.sh old mode 100755 new mode 100644 diff --git a/t/comment-block.sh b/t/comment-block.sh old mode 100755 new mode 100644 diff --git a/t/comment.sh b/t/comment.sh old mode 100755 new mode 100644 diff --git a/t/comment2.sh b/t/comment2.sh old mode 100755 new mode 100644 diff --git a/t/comment3.sh b/t/comment3.sh old mode 100755 new mode 100644 diff --git a/t/comment4.sh b/t/comment4.sh old mode 100755 new mode 100644 diff --git a/t/comment5.sh b/t/comment5.sh old mode 100755 new mode 100644 diff --git a/t/comment6.sh b/t/comment6.sh old mode 100755 new mode 100644 diff --git a/t/comment7.sh b/t/comment7.sh old mode 100755 new mode 100644 diff --git a/t/comment8.sh b/t/comment8.sh old mode 100755 new mode 100644 diff --git a/t/comment9.sh b/t/comment9.sh old mode 100755 new mode 100644 diff --git a/t/comments-in-var-def.sh b/t/comments-in-var-def.sh old mode 100755 new mode 100644 diff --git a/t/compile.sh b/t/compile.sh old mode 100755 new mode 100644 diff --git a/t/compile2.sh b/t/compile2.sh old mode 100755 new mode 100644 diff --git a/t/compile3.sh b/t/compile3.sh old mode 100755 new mode 100644 diff --git a/t/compile4.sh b/t/compile4.sh old mode 100755 new mode 100644 diff --git a/t/compile5.sh b/t/compile5.sh old mode 100755 new mode 100644 diff --git a/t/compile6.sh b/t/compile6.sh old mode 100755 new mode 100644 diff --git a/t/compile_f90_c_cxx.sh b/t/compile_f90_c_cxx.sh old mode 100755 new mode 100644 diff --git a/t/compile_f_c_cxx.sh b/t/compile_f_c_cxx.sh old mode 100755 new mode 100644 diff --git a/t/cond-basic.sh b/t/cond-basic.sh old mode 100755 new mode 100644 diff --git a/t/cond.sh b/t/cond.sh old mode 100755 new mode 100644 diff --git a/t/cond10.sh b/t/cond10.sh old mode 100755 new mode 100644 diff --git a/t/cond11.sh b/t/cond11.sh old mode 100755 new mode 100644 diff --git a/t/cond13.sh b/t/cond13.sh old mode 100755 new mode 100644 diff --git a/t/cond14.sh b/t/cond14.sh old mode 100755 new mode 100644 diff --git a/t/cond15.sh b/t/cond15.sh old mode 100755 new mode 100644 diff --git a/t/cond16.sh b/t/cond16.sh old mode 100755 new mode 100644 diff --git a/t/cond17.sh b/t/cond17.sh old mode 100755 new mode 100644 diff --git a/t/cond18.sh b/t/cond18.sh old mode 100755 new mode 100644 diff --git a/t/cond19.sh b/t/cond19.sh old mode 100755 new mode 100644 diff --git a/t/cond20.sh b/t/cond20.sh old mode 100755 new mode 100644 diff --git a/t/cond21.sh b/t/cond21.sh old mode 100755 new mode 100644 diff --git a/t/cond22.sh b/t/cond22.sh old mode 100755 new mode 100644 diff --git a/t/cond23.sh b/t/cond23.sh old mode 100755 new mode 100644 diff --git a/t/cond24.sh b/t/cond24.sh old mode 100755 new mode 100644 diff --git a/t/cond25.sh b/t/cond25.sh old mode 100755 new mode 100644 diff --git a/t/cond26.sh b/t/cond26.sh old mode 100755 new mode 100644 diff --git a/t/cond27.sh b/t/cond27.sh old mode 100755 new mode 100644 diff --git a/t/cond28.sh b/t/cond28.sh old mode 100755 new mode 100644 diff --git a/t/cond3.sh b/t/cond3.sh old mode 100755 new mode 100644 diff --git a/t/cond30.sh b/t/cond30.sh old mode 100755 new mode 100644 diff --git a/t/cond31.sh b/t/cond31.sh old mode 100755 new mode 100644 diff --git a/t/cond32.sh b/t/cond32.sh old mode 100755 new mode 100644 diff --git a/t/cond33.sh b/t/cond33.sh old mode 100755 new mode 100644 diff --git a/t/cond34.sh b/t/cond34.sh old mode 100755 new mode 100644 diff --git a/t/cond35.sh b/t/cond35.sh old mode 100755 new mode 100644 diff --git a/t/cond36.sh b/t/cond36.sh old mode 100755 new mode 100644 diff --git a/t/cond37.sh b/t/cond37.sh old mode 100755 new mode 100644 diff --git a/t/cond38.sh b/t/cond38.sh old mode 100755 new mode 100644 diff --git a/t/cond39.sh b/t/cond39.sh old mode 100755 new mode 100644 diff --git a/t/cond4.sh b/t/cond4.sh old mode 100755 new mode 100644 diff --git a/t/cond40.sh b/t/cond40.sh old mode 100755 new mode 100644 diff --git a/t/cond41.sh b/t/cond41.sh old mode 100755 new mode 100644 diff --git a/t/cond42.sh b/t/cond42.sh old mode 100755 new mode 100644 diff --git a/t/cond43.sh b/t/cond43.sh old mode 100755 new mode 100644 diff --git a/t/cond44.sh b/t/cond44.sh old mode 100755 new mode 100644 diff --git a/t/cond45.sh b/t/cond45.sh old mode 100755 new mode 100644 diff --git a/t/cond46.sh b/t/cond46.sh old mode 100755 new mode 100644 diff --git a/t/cond5.sh b/t/cond5.sh old mode 100755 new mode 100644 diff --git a/t/cond6.sh b/t/cond6.sh old mode 100755 new mode 100644 diff --git a/t/cond7.sh b/t/cond7.sh old mode 100755 new mode 100644 diff --git a/t/cond8.sh b/t/cond8.sh old mode 100755 new mode 100644 diff --git a/t/cond9.sh b/t/cond9.sh old mode 100755 new mode 100644 diff --git a/t/condd.sh b/t/condd.sh old mode 100755 new mode 100644 diff --git a/t/condhook.sh b/t/condhook.sh old mode 100755 new mode 100644 diff --git a/t/condhook2.sh b/t/condhook2.sh old mode 100755 new mode 100644 diff --git a/t/condinc.sh b/t/condinc.sh old mode 100755 new mode 100644 diff --git a/t/condinc2.sh b/t/condinc2.sh old mode 100755 new mode 100644 diff --git a/t/condlib.sh b/t/condlib.sh old mode 100755 new mode 100644 diff --git a/t/condman2.sh b/t/condman2.sh old mode 100755 new mode 100644 diff --git a/t/condman3.sh b/t/condman3.sh old mode 100755 new mode 100644 diff --git a/t/confdeps.sh b/t/confdeps.sh old mode 100755 new mode 100644 diff --git a/t/conff.sh b/t/conff.sh old mode 100755 new mode 100644 diff --git a/t/conff2.sh b/t/conff2.sh old mode 100755 new mode 100644 diff --git a/t/conffile-leading-dot.sh b/t/conffile-leading-dot.sh old mode 100755 new mode 100644 diff --git a/t/confh-subdir-clean.sh b/t/confh-subdir-clean.sh old mode 100755 new mode 100644 diff --git a/t/confh.sh b/t/confh.sh old mode 100755 new mode 100644 diff --git a/t/confh4.sh b/t/confh4.sh old mode 100755 new mode 100644 diff --git a/t/confh5.sh b/t/confh5.sh old mode 100755 new mode 100644 diff --git a/t/confh6.sh b/t/confh6.sh old mode 100755 new mode 100644 diff --git a/t/confh7.sh b/t/confh7.sh old mode 100755 new mode 100644 diff --git a/t/confh8.sh b/t/confh8.sh old mode 100755 new mode 100644 diff --git a/t/configure.sh b/t/configure.sh old mode 100755 new mode 100644 diff --git a/t/confincl.sh b/t/confincl.sh old mode 100755 new mode 100644 diff --git a/t/conflnk.sh b/t/conflnk.sh old mode 100755 new mode 100644 diff --git a/t/conflnk2.sh b/t/conflnk2.sh old mode 100755 new mode 100644 diff --git a/t/conflnk3.sh b/t/conflnk3.sh old mode 100755 new mode 100644 diff --git a/t/conflnk4.sh b/t/conflnk4.sh old mode 100755 new mode 100644 diff --git a/t/confsub.sh b/t/confsub.sh old mode 100755 new mode 100644 diff --git a/t/confvar.sh b/t/confvar.sh old mode 100755 new mode 100644 diff --git a/t/confvar2.sh b/t/confvar2.sh old mode 100755 new mode 100644 diff --git a/t/copy.sh b/t/copy.sh old mode 100755 new mode 100644 diff --git a/t/cscope.tap b/t/cscope.tap old mode 100755 new mode 100644 diff --git a/t/cscope2.sh b/t/cscope2.sh old mode 100755 new mode 100644 diff --git a/t/cscope3.sh b/t/cscope3.sh old mode 100755 new mode 100644 diff --git a/t/cxx-demo.sh b/t/cxx-demo.sh old mode 100755 new mode 100644 diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh old mode 100755 new mode 100644 diff --git a/t/cxx.sh b/t/cxx.sh old mode 100755 new mode 100644 diff --git a/t/cxx2.sh b/t/cxx2.sh old mode 100755 new mode 100644 diff --git a/t/cxxcpp.sh b/t/cxxcpp.sh old mode 100755 new mode 100644 diff --git a/t/cxxlibobj.sh b/t/cxxlibobj.sh old mode 100755 new mode 100644 diff --git a/t/cxxlink.sh b/t/cxxlink.sh old mode 100755 new mode 100644 diff --git a/t/cxxnoc.sh b/t/cxxnoc.sh old mode 100755 new mode 100644 diff --git a/t/cygnus-no-more.sh b/t/cygnus-no-more.sh old mode 100755 new mode 100644 diff --git a/t/cygwin32.sh b/t/cygwin32.sh old mode 100755 new mode 100644 diff --git a/t/dash.sh b/t/dash.sh old mode 100755 new mode 100644 diff --git a/t/defun.sh b/t/defun.sh old mode 100755 new mode 100644 diff --git a/t/defun2.sh b/t/defun2.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu-absolute-builddir.sh b/t/dejagnu-absolute-builddir.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu-relative-srcdir.sh b/t/dejagnu-relative-srcdir.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu-siteexp-append.sh b/t/dejagnu-siteexp-append.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu-siteexp-extend.sh b/t/dejagnu-siteexp-extend.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu-siteexp-useredit.sh b/t/dejagnu-siteexp-useredit.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu.sh b/t/dejagnu.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu2.sh b/t/dejagnu2.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu3.sh b/t/dejagnu3.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu4.sh b/t/dejagnu4.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu5.sh b/t/dejagnu5.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu6.sh b/t/dejagnu6.sh old mode 100755 new mode 100644 diff --git a/t/dejagnu7.sh b/t/dejagnu7.sh old mode 100755 new mode 100644 diff --git a/t/deleted-am.sh b/t/deleted-am.sh old mode 100755 new mode 100644 diff --git a/t/deleted-m4.sh b/t/deleted-m4.sh old mode 100755 new mode 100644 diff --git a/t/depacl2.sh b/t/depacl2.sh old mode 100755 new mode 100644 diff --git a/t/depcomp-implicit-auxdir.sh b/t/depcomp-implicit-auxdir.sh old mode 100755 new mode 100644 diff --git a/t/depcomp.sh b/t/depcomp.sh old mode 100755 new mode 100644 diff --git a/t/depcomp2.sh b/t/depcomp2.sh old mode 100755 new mode 100644 diff --git a/t/depcomp8a.sh b/t/depcomp8a.sh old mode 100755 new mode 100644 diff --git a/t/depcomp8b.sh b/t/depcomp8b.sh old mode 100755 new mode 100644 diff --git a/t/depdist.sh b/t/depdist.sh old mode 100755 new mode 100644 diff --git a/t/depend.sh b/t/depend.sh old mode 100755 new mode 100644 diff --git a/t/depend3.sh b/t/depend3.sh old mode 100755 new mode 100644 diff --git a/t/depend4.sh b/t/depend4.sh old mode 100755 new mode 100644 diff --git a/t/depend5.sh b/t/depend5.sh old mode 100755 new mode 100644 diff --git a/t/depend6.sh b/t/depend6.sh old mode 100755 new mode 100644 diff --git a/t/deprecated-acinit.sh b/t/deprecated-acinit.sh old mode 100755 new mode 100644 diff --git a/t/destdir.sh b/t/destdir.sh old mode 100755 new mode 100644 diff --git a/t/dir-named-obj-is-bad.sh b/t/dir-named-obj-is-bad.sh old mode 100755 new mode 100644 diff --git a/t/discover.sh b/t/discover.sh old mode 100755 new mode 100644 diff --git a/t/dist-auxdir-many-subdirs.sh b/t/dist-auxdir-many-subdirs.sh old mode 100755 new mode 100644 diff --git a/t/dist-auxfile-2.sh b/t/dist-auxfile-2.sh old mode 100755 new mode 100644 diff --git a/t/dist-auxfile.sh b/t/dist-auxfile.sh old mode 100755 new mode 100644 diff --git a/t/dist-formats.tap b/t/dist-formats.tap old mode 100755 new mode 100644 diff --git a/t/dist-included-parent-dir.sh b/t/dist-included-parent-dir.sh old mode 100755 new mode 100644 diff --git a/t/dist-missing-am.sh b/t/dist-missing-am.sh old mode 100755 new mode 100644 diff --git a/t/dist-missing-included-m4.sh b/t/dist-missing-included-m4.sh old mode 100755 new mode 100644 diff --git a/t/dist-missing-m4.sh b/t/dist-missing-m4.sh old mode 100755 new mode 100644 diff --git a/t/dist-pr109765.sh b/t/dist-pr109765.sh old mode 100755 new mode 100644 diff --git a/t/dist-readonly.sh b/t/dist-readonly.sh old mode 100755 new mode 100644 diff --git a/t/dist-repeated.sh b/t/dist-repeated.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-configure-flags-am.sh b/t/distcheck-configure-flags-am.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-configure-flags-subpkg.sh b/t/distcheck-configure-flags-subpkg.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-configure-flags.sh b/t/distcheck-configure-flags.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-hook.sh b/t/distcheck-hook.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-hook2.sh b/t/distcheck-hook2.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-missing-m4.sh b/t/distcheck-missing-m4.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-outdated-m4.sh b/t/distcheck-outdated-m4.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-override-infodir.sh b/t/distcheck-override-infodir.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-pr10470.sh b/t/distcheck-pr10470.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-pr9579.sh b/t/distcheck-pr9579.sh old mode 100755 new mode 100644 diff --git a/t/distcheck-writable-srcdir.sh b/t/distcheck-writable-srcdir.sh old mode 100755 new mode 100644 diff --git a/t/distcleancheck.sh b/t/distcleancheck.sh old mode 100755 new mode 100644 diff --git a/t/distcom-subdir.sh b/t/distcom-subdir.sh old mode 100755 new mode 100644 diff --git a/t/distcom2.sh b/t/distcom2.sh old mode 100755 new mode 100644 diff --git a/t/distcom3.sh b/t/distcom3.sh old mode 100755 new mode 100644 diff --git a/t/distcom4.sh b/t/distcom4.sh old mode 100755 new mode 100644 diff --git a/t/distcom5.sh b/t/distcom5.sh old mode 100755 new mode 100644 diff --git a/t/distdir.sh b/t/distdir.sh old mode 100755 new mode 100644 diff --git a/t/disthook.sh b/t/disthook.sh old mode 100755 new mode 100644 diff --git a/t/distlinks.sh b/t/distlinks.sh old mode 100755 new mode 100644 diff --git a/t/distlinksbrk.sh b/t/distlinksbrk.sh old mode 100755 new mode 100644 diff --git a/t/distname.sh b/t/distname.sh old mode 100755 new mode 100644 diff --git a/t/dmalloc.sh b/t/dmalloc.sh old mode 100755 new mode 100644 diff --git a/t/doc-parsing-buglets-colneq-subst.sh b/t/doc-parsing-buglets-colneq-subst.sh old mode 100755 new mode 100644 diff --git a/t/doc-parsing-buglets-tabs.sh b/t/doc-parsing-buglets-tabs.sh old mode 100755 new mode 100644 diff --git a/t/dollar.sh b/t/dollar.sh old mode 100755 new mode 100644 diff --git a/t/dollarvar.sh b/t/dollarvar.sh old mode 100755 new mode 100644 diff --git a/t/dollarvar2.sh b/t/dollarvar2.sh old mode 100755 new mode 100644 diff --git a/t/double.sh b/t/double.sh old mode 100755 new mode 100644 diff --git a/t/dup2.sh b/t/dup2.sh old mode 100755 new mode 100644 diff --git a/t/else.sh b/t/else.sh old mode 100755 new mode 100644 diff --git a/t/empty-data-primary.sh b/t/empty-data-primary.sh old mode 100755 new mode 100644 diff --git a/t/empty-sources-primary.tap b/t/empty-sources-primary.tap old mode 100755 new mode 100644 diff --git a/t/exdir.sh b/t/exdir.sh old mode 100755 new mode 100644 diff --git a/t/exdir2.sh b/t/exdir2.sh old mode 100755 new mode 100644 diff --git a/t/exdir3.sh b/t/exdir3.sh old mode 100755 new mode 100644 diff --git a/t/exeext.sh b/t/exeext.sh old mode 100755 new mode 100644 diff --git a/t/exeext2.sh b/t/exeext2.sh old mode 100755 new mode 100644 diff --git a/t/exeext3.sh b/t/exeext3.sh old mode 100755 new mode 100644 diff --git a/t/exeext4.sh b/t/exeext4.sh old mode 100755 new mode 100644 diff --git a/t/exsource.sh b/t/exsource.sh old mode 100755 new mode 100644 diff --git a/t/ext.sh b/t/ext.sh old mode 100755 new mode 100644 diff --git a/t/ext2.sh b/t/ext2.sh old mode 100755 new mode 100644 diff --git a/t/ext3.sh b/t/ext3.sh old mode 100755 new mode 100644 diff --git a/t/extra-data.sh b/t/extra-data.sh old mode 100755 new mode 100644 diff --git a/t/extra-deps-lt.sh b/t/extra-deps-lt.sh old mode 100755 new mode 100644 diff --git a/t/extra-deps.sh b/t/extra-deps.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-dirs-and-subdirs.sh b/t/extra-dist-dirs-and-subdirs.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-vpath-dir-merge.sh b/t/extra-dist-vpath-dir-merge.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-vpath-dir.sh b/t/extra-dist-vpath-dir.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-wildcards-gnu.sh b/t/extra-dist-wildcards-gnu.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-wildcards-vpath.sh b/t/extra-dist-wildcards-vpath.sh old mode 100755 new mode 100644 diff --git a/t/extra-dist-wildcards.sh b/t/extra-dist-wildcards.sh old mode 100755 new mode 100644 diff --git a/t/extra-portability.sh b/t/extra-portability.sh old mode 100755 new mode 100644 diff --git a/t/extra-portability2.sh b/t/extra-portability2.sh old mode 100755 new mode 100644 diff --git a/t/extra-portability3.sh b/t/extra-portability3.sh old mode 100755 new mode 100644 diff --git a/t/extra-programs-and-libs.sh b/t/extra-programs-and-libs.sh old mode 100755 new mode 100644 diff --git a/t/extra-programs-empty.sh b/t/extra-programs-empty.sh old mode 100755 new mode 100644 diff --git a/t/extra-programs-misc.sh b/t/extra-programs-misc.sh old mode 100755 new mode 100644 diff --git a/t/extra.sh b/t/extra.sh old mode 100755 new mode 100644 diff --git a/t/extra2.sh b/t/extra2.sh old mode 100755 new mode 100644 diff --git a/t/f90only.sh b/t/f90only.sh old mode 100755 new mode 100644 diff --git a/t/flavor.sh b/t/flavor.sh old mode 100755 new mode 100644 diff --git a/t/flibs.sh b/t/flibs.sh old mode 100755 new mode 100644 diff --git a/t/fn99.sh b/t/fn99.sh old mode 100755 new mode 100644 diff --git a/t/fn99subdir.sh b/t/fn99subdir.sh old mode 100755 new mode 100644 diff --git a/t/fnoc.sh b/t/fnoc.sh old mode 100755 new mode 100644 diff --git a/t/fonly.sh b/t/fonly.sh old mode 100755 new mode 100644 diff --git a/t/forcemiss.sh b/t/forcemiss.sh old mode 100755 new mode 100644 diff --git a/t/forcemiss2.sh b/t/forcemiss2.sh old mode 100755 new mode 100644 diff --git a/t/fort1.sh b/t/fort1.sh old mode 100755 new mode 100644 diff --git a/t/fort2.sh b/t/fort2.sh old mode 100755 new mode 100644 diff --git a/t/fort4.sh b/t/fort4.sh old mode 100755 new mode 100644 diff --git a/t/fort5.sh b/t/fort5.sh old mode 100755 new mode 100644 diff --git a/t/fortdep.sh b/t/fortdep.sh old mode 100755 new mode 100644 diff --git a/t/gcj.sh b/t/gcj.sh old mode 100755 new mode 100644 diff --git a/t/gcj2.sh b/t/gcj2.sh old mode 100755 new mode 100644 diff --git a/t/gcj3.sh b/t/gcj3.sh old mode 100755 new mode 100644 diff --git a/t/gcj4.sh b/t/gcj4.sh old mode 100755 new mode 100644 diff --git a/t/gcj5.sh b/t/gcj5.sh old mode 100755 new mode 100644 diff --git a/t/gcj6.sh b/t/gcj6.sh old mode 100755 new mode 100644 diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh old mode 100755 new mode 100644 diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh old mode 100755 new mode 100644 diff --git a/t/gettext.sh b/t/gettext.sh old mode 100755 new mode 100644 diff --git a/t/gettext2.sh b/t/gettext2.sh old mode 100755 new mode 100644 diff --git a/t/gettext3.sh b/t/gettext3.sh old mode 100755 new mode 100644 diff --git a/t/gnits.sh b/t/gnits.sh old mode 100755 new mode 100644 diff --git a/t/gnits2.sh b/t/gnits2.sh old mode 100755 new mode 100644 diff --git a/t/gnits3.sh b/t/gnits3.sh old mode 100755 new mode 100644 diff --git a/t/gnumake.sh b/t/gnumake.sh old mode 100755 new mode 100644 diff --git a/t/gnuwarn.sh b/t/gnuwarn.sh old mode 100755 new mode 100644 diff --git a/t/gnuwarn2.sh b/t/gnuwarn2.sh old mode 100755 new mode 100644 diff --git a/t/hdr-vars-defined-once.sh b/t/hdr-vars-defined-once.sh old mode 100755 new mode 100644 diff --git a/t/header.sh b/t/header.sh old mode 100755 new mode 100644 diff --git a/t/help-depend.sh b/t/help-depend.sh old mode 100755 new mode 100644 diff --git a/t/help-depend2.sh b/t/help-depend2.sh old mode 100755 new mode 100644 diff --git a/t/help-dmalloc.sh b/t/help-dmalloc.sh old mode 100755 new mode 100644 diff --git a/t/help-init.sh b/t/help-init.sh old mode 100755 new mode 100644 diff --git a/t/help-lispdir.sh b/t/help-lispdir.sh old mode 100755 new mode 100644 diff --git a/t/help-python.sh b/t/help-python.sh old mode 100755 new mode 100644 diff --git a/t/help-silent.sh b/t/help-silent.sh old mode 100755 new mode 100644 diff --git a/t/help-upc.sh b/t/help-upc.sh old mode 100755 new mode 100644 diff --git a/t/help.sh b/t/help.sh old mode 100755 new mode 100644 diff --git a/t/help2.sh b/t/help2.sh old mode 100755 new mode 100644 diff --git a/t/help3.sh b/t/help3.sh old mode 100755 new mode 100644 diff --git a/t/help4.sh b/t/help4.sh old mode 100755 new mode 100644 diff --git a/t/hfs.sh b/t/hfs.sh old mode 100755 new mode 100644 diff --git a/t/implicit.sh b/t/implicit.sh old mode 100755 new mode 100644 diff --git a/t/init.sh b/t/init.sh old mode 100755 new mode 100644 diff --git a/t/init2.sh b/t/init2.sh old mode 100755 new mode 100644 diff --git a/t/insh2.sh b/t/insh2.sh old mode 100755 new mode 100644 diff --git a/t/install-info-dir.sh b/t/install-info-dir.sh old mode 100755 new mode 100644 diff --git a/t/install2.sh b/t/install2.sh old mode 100755 new mode 100644 diff --git a/t/installdir.sh b/t/installdir.sh old mode 100755 new mode 100644 diff --git a/t/instdat.sh b/t/instdat.sh old mode 100755 new mode 100644 diff --git a/t/instdat2.sh b/t/instdat2.sh old mode 100755 new mode 100644 diff --git a/t/instdir-cond.sh b/t/instdir-cond.sh old mode 100755 new mode 100644 diff --git a/t/instdir-cond2.sh b/t/instdir-cond2.sh old mode 100755 new mode 100644 diff --git a/t/instdir-java.sh b/t/instdir-java.sh old mode 100755 new mode 100644 diff --git a/t/instdir-lisp.sh b/t/instdir-lisp.sh old mode 100755 new mode 100644 diff --git a/t/instdir-ltlib.sh b/t/instdir-ltlib.sh old mode 100755 new mode 100644 diff --git a/t/instdir-no-empty.sh b/t/instdir-no-empty.sh old mode 100755 new mode 100644 diff --git a/t/instdir-prog.sh b/t/instdir-prog.sh old mode 100755 new mode 100644 diff --git a/t/instdir-python.sh b/t/instdir-python.sh old mode 100755 new mode 100644 diff --git a/t/instdir-texi.sh b/t/instdir-texi.sh old mode 100755 new mode 100644 diff --git a/t/instdir.sh b/t/instdir.sh old mode 100755 new mode 100644 diff --git a/t/instdir2.sh b/t/instdir2.sh old mode 100755 new mode 100644 diff --git a/t/instexec.sh b/t/instexec.sh old mode 100755 new mode 100644 diff --git a/t/instfail-info.sh b/t/instfail-info.sh old mode 100755 new mode 100644 diff --git a/t/instfail-java.sh b/t/instfail-java.sh old mode 100755 new mode 100644 diff --git a/t/instfail-libtool.sh b/t/instfail-libtool.sh old mode 100755 new mode 100644 diff --git a/t/instfail.sh b/t/instfail.sh old mode 100755 new mode 100644 diff --git a/t/insthook.sh b/t/insthook.sh old mode 100755 new mode 100644 diff --git a/t/instman.sh b/t/instman.sh old mode 100755 new mode 100644 diff --git a/t/instman2.sh b/t/instman2.sh old mode 100755 new mode 100644 diff --git a/t/instmany-mans.sh b/t/instmany-mans.sh old mode 100755 new mode 100644 diff --git a/t/instmany-python.sh b/t/instmany-python.sh old mode 100755 new mode 100644 diff --git a/t/instmany.sh b/t/instmany.sh old mode 100755 new mode 100644 diff --git a/t/instsh.sh b/t/instsh.sh old mode 100755 new mode 100644 diff --git a/t/instsh2.sh b/t/instsh2.sh old mode 100755 new mode 100644 diff --git a/t/instsh3.sh b/t/instsh3.sh old mode 100755 new mode 100644 diff --git a/t/instspc.tap b/t/instspc.tap old mode 100755 new mode 100644 diff --git a/t/interp.sh b/t/interp.sh old mode 100755 new mode 100644 diff --git a/t/interp2.sh b/t/interp2.sh old mode 100755 new mode 100644 diff --git a/t/java-check.sh b/t/java-check.sh old mode 100755 new mode 100644 diff --git a/t/java-clean.sh b/t/java-clean.sh old mode 100755 new mode 100644 diff --git a/t/java-compile-install.sh b/t/java-compile-install.sh old mode 100755 new mode 100644 diff --git a/t/java-compile-run-flat.sh b/t/java-compile-run-flat.sh old mode 100755 new mode 100644 diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh old mode 100755 new mode 100644 diff --git a/t/java-empty-classpath.sh b/t/java-empty-classpath.sh old mode 100755 new mode 100644 diff --git a/t/java-extra.sh b/t/java-extra.sh old mode 100755 new mode 100644 diff --git a/t/java-mix.sh b/t/java-mix.sh old mode 100755 new mode 100644 diff --git a/t/java-no-duplicate.sh b/t/java-no-duplicate.sh old mode 100755 new mode 100644 diff --git a/t/java-nobase.sh b/t/java-nobase.sh old mode 100755 new mode 100644 diff --git a/t/java-noinst.sh b/t/java-noinst.sh old mode 100755 new mode 100644 diff --git a/t/java-rebuild.sh b/t/java-rebuild.sh old mode 100755 new mode 100644 diff --git a/t/java-sources.sh b/t/java-sources.sh old mode 100755 new mode 100644 diff --git a/t/java-uninstall.sh b/t/java-uninstall.sh old mode 100755 new mode 100644 diff --git a/t/java.sh b/t/java.sh old mode 100755 new mode 100644 diff --git a/t/java2.sh b/t/java2.sh old mode 100755 new mode 100644 diff --git a/t/java3.sh b/t/java3.sh old mode 100755 new mode 100644 diff --git a/t/javadir-undefined.sh b/t/javadir-undefined.sh old mode 100755 new mode 100644 diff --git a/t/javaflags.sh b/t/javaflags.sh old mode 100755 new mode 100644 diff --git a/t/javaprim.sh b/t/javaprim.sh old mode 100755 new mode 100644 diff --git a/t/javasubst.sh b/t/javasubst.sh old mode 100755 new mode 100644 diff --git a/t/ldadd.sh b/t/ldadd.sh old mode 100755 new mode 100644 diff --git a/t/ldflags.sh b/t/ldflags.sh old mode 100755 new mode 100644 diff --git a/t/lex-clean-cxx.sh b/t/lex-clean-cxx.sh old mode 100755 new mode 100644 diff --git a/t/lex-clean.sh b/t/lex-clean.sh old mode 100755 new mode 100644 diff --git a/t/lex-depend-cxx.sh b/t/lex-depend-cxx.sh old mode 100755 new mode 100644 diff --git a/t/lex-depend-grep.sh b/t/lex-depend-grep.sh old mode 100755 new mode 100644 diff --git a/t/lex-depend.sh b/t/lex-depend.sh old mode 100755 new mode 100644 diff --git a/t/lex-header.sh b/t/lex-header.sh old mode 100755 new mode 100644 diff --git a/t/lex-lib-external.sh b/t/lex-lib-external.sh old mode 100755 new mode 100644 diff --git a/t/lex-lib.sh b/t/lex-lib.sh old mode 100755 new mode 100644 diff --git a/t/lex-libobj.sh b/t/lex-libobj.sh old mode 100755 new mode 100644 diff --git a/t/lex-line.sh b/t/lex-line.sh old mode 100755 new mode 100644 diff --git a/t/lex-nodist.sh b/t/lex-nodist.sh old mode 100755 new mode 100644 diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh old mode 100755 new mode 100644 diff --git a/t/lex-pr204.sh b/t/lex-pr204.sh old mode 100755 new mode 100644 diff --git a/t/lex-subobj-nodep.sh b/t/lex-subobj-nodep.sh old mode 100755 new mode 100644 diff --git a/t/lex.sh b/t/lex.sh old mode 100755 new mode 100644 diff --git a/t/lex2.sh b/t/lex2.sh old mode 100755 new mode 100644 diff --git a/t/lex3.sh b/t/lex3.sh old mode 100755 new mode 100644 diff --git a/t/lex5.sh b/t/lex5.sh old mode 100755 new mode 100644 diff --git a/t/lexcpp.sh b/t/lexcpp.sh old mode 100755 new mode 100644 diff --git a/t/lexvpath.sh b/t/lexvpath.sh old mode 100755 new mode 100644 diff --git a/t/lflags.sh b/t/lflags.sh old mode 100755 new mode 100644 diff --git a/t/lflags2.sh b/t/lflags2.sh old mode 100755 new mode 100644 diff --git a/t/libexec.sh b/t/libexec.sh old mode 100755 new mode 100644 diff --git a/t/libobj-basic.sh b/t/libobj-basic.sh old mode 100755 new mode 100644 diff --git a/t/libobj10.sh b/t/libobj10.sh old mode 100755 new mode 100644 diff --git a/t/libobj12.sh b/t/libobj12.sh old mode 100755 new mode 100644 diff --git a/t/libobj13.sh b/t/libobj13.sh old mode 100755 new mode 100644 diff --git a/t/libobj14.sh b/t/libobj14.sh old mode 100755 new mode 100644 diff --git a/t/libobj15a.sh b/t/libobj15a.sh old mode 100755 new mode 100644 diff --git a/t/libobj15b.sh b/t/libobj15b.sh old mode 100755 new mode 100644 diff --git a/t/libobj15c.sh b/t/libobj15c.sh old mode 100755 new mode 100644 diff --git a/t/libobj16a.sh b/t/libobj16a.sh old mode 100755 new mode 100644 diff --git a/t/libobj16b.sh b/t/libobj16b.sh old mode 100755 new mode 100644 diff --git a/t/libobj17.sh b/t/libobj17.sh old mode 100755 new mode 100644 diff --git a/t/libobj18.sh b/t/libobj18.sh old mode 100755 new mode 100644 diff --git a/t/libobj19.sh b/t/libobj19.sh old mode 100755 new mode 100644 diff --git a/t/libobj2.sh b/t/libobj2.sh old mode 100755 new mode 100644 diff --git a/t/libobj20a.sh b/t/libobj20a.sh old mode 100755 new mode 100644 diff --git a/t/libobj20b.sh b/t/libobj20b.sh old mode 100755 new mode 100644 diff --git a/t/libobj20c.sh b/t/libobj20c.sh old mode 100755 new mode 100644 diff --git a/t/libobj3.sh b/t/libobj3.sh old mode 100755 new mode 100644 diff --git a/t/libobj4.sh b/t/libobj4.sh old mode 100755 new mode 100644 diff --git a/t/libobj5.sh b/t/libobj5.sh old mode 100755 new mode 100644 diff --git a/t/libobj7.sh b/t/libobj7.sh old mode 100755 new mode 100644 diff --git a/t/library.sh b/t/library.sh old mode 100755 new mode 100644 diff --git a/t/library2.sh b/t/library2.sh old mode 100755 new mode 100644 diff --git a/t/library3.sh b/t/library3.sh old mode 100755 new mode 100644 diff --git a/t/libtoo10.sh b/t/libtoo10.sh old mode 100755 new mode 100644 diff --git a/t/libtoo11.sh b/t/libtoo11.sh old mode 100755 new mode 100644 diff --git a/t/libtool-macros.sh b/t/libtool-macros.sh old mode 100755 new mode 100644 diff --git a/t/libtool.sh b/t/libtool.sh old mode 100755 new mode 100644 diff --git a/t/libtool2.sh b/t/libtool2.sh old mode 100755 new mode 100644 diff --git a/t/libtool3.sh b/t/libtool3.sh old mode 100755 new mode 100644 diff --git a/t/libtool4.sh b/t/libtool4.sh old mode 100755 new mode 100644 diff --git a/t/libtool5.sh b/t/libtool5.sh old mode 100755 new mode 100644 diff --git a/t/libtool6.sh b/t/libtool6.sh old mode 100755 new mode 100644 diff --git a/t/libtool7.sh b/t/libtool7.sh old mode 100755 new mode 100644 diff --git a/t/libtool8.sh b/t/libtool8.sh old mode 100755 new mode 100644 diff --git a/t/libtool9.sh b/t/libtool9.sh old mode 100755 new mode 100644 diff --git a/t/license.sh b/t/license.sh old mode 100755 new mode 100644 diff --git a/t/license2.sh b/t/license2.sh old mode 100755 new mode 100644 diff --git a/t/link_c_cxx.sh b/t/link_c_cxx.sh old mode 100755 new mode 100644 diff --git a/t/link_cond.sh b/t/link_cond.sh old mode 100755 new mode 100644 diff --git a/t/link_dist.sh b/t/link_dist.sh old mode 100755 new mode 100644 diff --git a/t/link_f90_only.sh b/t/link_f90_only.sh old mode 100755 new mode 100644 diff --git a/t/link_f_only.sh b/t/link_f_only.sh old mode 100755 new mode 100644 diff --git a/t/link_fc.sh b/t/link_fc.sh old mode 100755 new mode 100644 diff --git a/t/link_fccxx.sh b/t/link_fccxx.sh old mode 100755 new mode 100644 diff --git a/t/link_fcxx.sh b/t/link_fcxx.sh old mode 100755 new mode 100644 diff --git a/t/link_override.sh b/t/link_override.sh old mode 100755 new mode 100644 diff --git a/t/lisp-flags.sh b/t/lisp-flags.sh old mode 100755 new mode 100644 diff --git a/t/lisp-loadpath.sh b/t/lisp-loadpath.sh old mode 100755 new mode 100644 diff --git a/t/lisp-pr11806.sh b/t/lisp-pr11806.sh old mode 100755 new mode 100644 diff --git a/t/lisp-subdir-mix.sh b/t/lisp-subdir-mix.sh old mode 100755 new mode 100644 diff --git a/t/lisp-subdir.sh b/t/lisp-subdir.sh old mode 100755 new mode 100644 diff --git a/t/lisp-subdir2.sh b/t/lisp-subdir2.sh old mode 100755 new mode 100644 diff --git a/t/lisp2.sh b/t/lisp2.sh old mode 100755 new mode 100644 diff --git a/t/lisp3.sh b/t/lisp3.sh old mode 100755 new mode 100644 diff --git a/t/lisp4.sh b/t/lisp4.sh old mode 100755 new mode 100644 diff --git a/t/lisp5.sh b/t/lisp5.sh old mode 100755 new mode 100644 diff --git a/t/lisp6.sh b/t/lisp6.sh old mode 100755 new mode 100644 diff --git a/t/lisp7.sh b/t/lisp7.sh old mode 100755 new mode 100644 diff --git a/t/lisp8.sh b/t/lisp8.sh old mode 100755 new mode 100644 diff --git a/t/lispdry.sh b/t/lispdry.sh old mode 100755 new mode 100644 diff --git a/t/listval.sh b/t/listval.sh old mode 100755 new mode 100644 diff --git a/t/location.sh b/t/location.sh old mode 100755 new mode 100644 diff --git a/t/longlin2.sh b/t/longlin2.sh old mode 100755 new mode 100644 diff --git a/t/longline.sh b/t/longline.sh old mode 100755 new mode 100644 diff --git a/t/ltcond.sh b/t/ltcond.sh old mode 100755 new mode 100644 diff --git a/t/ltcond2.sh b/t/ltcond2.sh old mode 100755 new mode 100644 diff --git a/t/ltconv.sh b/t/ltconv.sh old mode 100755 new mode 100644 diff --git a/t/ltdeps.sh b/t/ltdeps.sh old mode 100755 new mode 100644 diff --git a/t/ltinit.sh b/t/ltinit.sh old mode 100755 new mode 100644 diff --git a/t/ltinstloc.sh b/t/ltinstloc.sh old mode 100755 new mode 100644 diff --git a/t/ltlibobjs.sh b/t/ltlibobjs.sh old mode 100755 new mode 100644 diff --git a/t/ltlibsrc.sh b/t/ltlibsrc.sh old mode 100755 new mode 100644 diff --git a/t/ltorder.sh b/t/ltorder.sh old mode 100755 new mode 100644 diff --git a/t/lzma.sh b/t/lzma.sh old mode 100755 new mode 100644 diff --git a/t/m4-inclusion.sh b/t/m4-inclusion.sh old mode 100755 new mode 100644 diff --git a/t/maintclean-vpath.sh b/t/maintclean-vpath.sh old mode 100755 new mode 100644 diff --git a/t/maintclean.sh b/t/maintclean.sh old mode 100755 new mode 100644 diff --git a/t/maintmode-configure-msg.sh b/t/maintmode-configure-msg.sh old mode 100755 new mode 100644 diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap old mode 100755 new mode 100644 diff --git a/t/make-is-gnu.sh b/t/make-is-gnu.sh old mode 100755 new mode 100644 diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap old mode 100755 new mode 100644 diff --git a/t/make.sh b/t/make.sh old mode 100755 new mode 100644 diff --git a/t/makefile-deps.sh b/t/makefile-deps.sh old mode 100755 new mode 100644 diff --git a/t/makej.sh b/t/makej.sh old mode 100755 new mode 100644 diff --git a/t/makej2.sh b/t/makej2.sh old mode 100755 new mode 100644 diff --git a/t/maken.sh b/t/maken.sh old mode 100755 new mode 100644 diff --git a/t/maken3.sh b/t/maken3.sh old mode 100755 new mode 100644 diff --git a/t/makevars.sh b/t/makevars.sh old mode 100755 new mode 100644 diff --git a/t/man.sh b/t/man.sh old mode 100755 new mode 100644 diff --git a/t/man2.sh b/t/man2.sh old mode 100755 new mode 100644 diff --git a/t/man3.sh b/t/man3.sh old mode 100755 new mode 100644 diff --git a/t/man5.sh b/t/man5.sh old mode 100755 new mode 100644 diff --git a/t/man6.sh b/t/man6.sh old mode 100755 new mode 100644 diff --git a/t/man7.sh b/t/man7.sh old mode 100755 new mode 100644 diff --git a/t/man8.sh b/t/man8.sh old mode 100755 new mode 100644 diff --git a/t/mdate.sh b/t/mdate.sh old mode 100755 new mode 100644 diff --git a/t/mdate2.sh b/t/mdate2.sh old mode 100755 new mode 100644 diff --git a/t/mdate3.sh b/t/mdate3.sh old mode 100755 new mode 100644 diff --git a/t/mdate4.sh b/t/mdate4.sh old mode 100755 new mode 100644 diff --git a/t/mdate5.sh b/t/mdate5.sh old mode 100755 new mode 100644 diff --git a/t/mdate6.sh b/t/mdate6.sh old mode 100755 new mode 100644 diff --git a/t/missing-auxfile-stops-makefiles-creation.sh b/t/missing-auxfile-stops-makefiles-creation.sh old mode 100755 new mode 100644 diff --git a/t/missing-version-mismatch.sh b/t/missing-version-mismatch.sh old mode 100755 new mode 100644 diff --git a/t/missing3.sh b/t/missing3.sh old mode 100755 new mode 100644 diff --git a/t/mkdir_p.sh b/t/mkdir_p.sh old mode 100755 new mode 100644 diff --git a/t/mkdirp-deprecation.sh b/t/mkdirp-deprecation.sh old mode 100755 new mode 100644 diff --git a/t/mkinst2.sh b/t/mkinst2.sh old mode 100755 new mode 100644 diff --git a/t/mkinst3.sh b/t/mkinst3.sh old mode 100755 new mode 100644 diff --git a/t/mkinstall.sh b/t/mkinstall.sh old mode 100755 new mode 100644 diff --git a/t/mmode.sh b/t/mmode.sh old mode 100755 new mode 100644 diff --git a/t/mmodely.sh b/t/mmodely.sh old mode 100755 new mode 100644 diff --git a/t/no-extra-makefile-code.sh b/t/no-extra-makefile-code.sh old mode 100755 new mode 100644 diff --git a/t/no-spurious-install-recursive.sh b/t/no-spurious-install-recursive.sh old mode 100755 new mode 100644 diff --git a/t/nobase-libtool.sh b/t/nobase-libtool.sh old mode 100755 new mode 100644 diff --git a/t/nobase-nodist.sh b/t/nobase-nodist.sh old mode 100755 new mode 100644 diff --git a/t/nobase-python.sh b/t/nobase-python.sh old mode 100755 new mode 100644 diff --git a/t/nobase.sh b/t/nobase.sh old mode 100755 new mode 100644 diff --git a/t/nodef.sh b/t/nodef.sh old mode 100755 new mode 100644 diff --git a/t/nodef2.sh b/t/nodef2.sh old mode 100755 new mode 100644 diff --git a/t/nodep.sh b/t/nodep.sh old mode 100755 new mode 100644 diff --git a/t/nodep2.sh b/t/nodep2.sh old mode 100755 new mode 100644 diff --git a/t/nodepcomp.sh b/t/nodepcomp.sh old mode 100755 new mode 100644 diff --git a/t/nodist.sh b/t/nodist.sh old mode 100755 new mode 100644 diff --git a/t/nodist2.sh b/t/nodist2.sh old mode 100755 new mode 100644 diff --git a/t/nodist3.sh b/t/nodist3.sh old mode 100755 new mode 100644 diff --git a/t/noinst.sh b/t/noinst.sh old mode 100755 new mode 100644 diff --git a/t/noinstdir.sh b/t/noinstdir.sh old mode 100755 new mode 100644 diff --git a/t/nolink.sh b/t/nolink.sh old mode 100755 new mode 100644 diff --git a/t/nostdinc.sh b/t/nostdinc.sh old mode 100755 new mode 100644 diff --git a/t/notrans.sh b/t/notrans.sh old mode 100755 new mode 100644 diff --git a/t/number.sh b/t/number.sh old mode 100755 new mode 100644 diff --git a/t/objc-basic.sh b/t/objc-basic.sh old mode 100755 new mode 100644 diff --git a/t/objc-deps.sh b/t/objc-deps.sh old mode 100755 new mode 100644 diff --git a/t/objc-flags.sh b/t/objc-flags.sh old mode 100755 new mode 100644 diff --git a/t/objc-megademo.sh b/t/objc-megademo.sh old mode 100755 new mode 100644 diff --git a/t/objc-minidemo.sh b/t/objc-minidemo.sh old mode 100755 new mode 100644 diff --git a/t/objcxx-basic.sh b/t/objcxx-basic.sh old mode 100755 new mode 100644 diff --git a/t/objcxx-deps.sh b/t/objcxx-deps.sh old mode 100755 new mode 100644 diff --git a/t/objcxx-flags.sh b/t/objcxx-flags.sh old mode 100755 new mode 100644 diff --git a/t/objcxx-minidemo.sh b/t/objcxx-minidemo.sh old mode 100755 new mode 100644 diff --git a/t/objext-pr10128.sh b/t/objext-pr10128.sh old mode 100755 new mode 100644 diff --git a/t/oldvars.sh b/t/oldvars.sh old mode 100755 new mode 100644 diff --git a/t/order.sh b/t/order.sh old mode 100755 new mode 100644 diff --git a/t/output-order.sh b/t/output-order.sh old mode 100755 new mode 100644 diff --git a/t/output.sh b/t/output.sh old mode 100755 new mode 100644 diff --git a/t/output10.sh b/t/output10.sh old mode 100755 new mode 100644 diff --git a/t/output11.sh b/t/output11.sh old mode 100755 new mode 100644 diff --git a/t/output12.sh b/t/output12.sh old mode 100755 new mode 100644 diff --git a/t/output13.sh b/t/output13.sh old mode 100755 new mode 100644 diff --git a/t/output2.sh b/t/output2.sh old mode 100755 new mode 100644 diff --git a/t/output3.sh b/t/output3.sh old mode 100755 new mode 100644 diff --git a/t/output4.sh b/t/output4.sh old mode 100755 new mode 100644 diff --git a/t/output5.sh b/t/output5.sh old mode 100755 new mode 100644 diff --git a/t/output6.sh b/t/output6.sh old mode 100755 new mode 100644 diff --git a/t/output7.sh b/t/output7.sh old mode 100755 new mode 100644 diff --git a/t/output8.sh b/t/output8.sh old mode 100755 new mode 100644 diff --git a/t/output9.sh b/t/output9.sh old mode 100755 new mode 100644 diff --git a/t/override-conditional-1.sh b/t/override-conditional-1.sh old mode 100755 new mode 100644 diff --git a/t/override-conditional-2.sh b/t/override-conditional-2.sh old mode 100755 new mode 100644 diff --git a/t/override-html.sh b/t/override-html.sh old mode 100755 new mode 100644 diff --git a/t/override-suggest-local.sh b/t/override-suggest-local.sh old mode 100755 new mode 100644 diff --git a/t/parallel-am.sh b/t/parallel-am.sh old mode 100755 new mode 100644 diff --git a/t/parallel-am2.sh b/t/parallel-am2.sh old mode 100755 new mode 100644 diff --git a/t/parallel-am3.sh b/t/parallel-am3.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-basics.sh b/t/parallel-tests-basics.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-cmdline-override.sh b/t/parallel-tests-cmdline-override.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-concurrency-2.sh b/t/parallel-tests-concurrency-2.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-concurrency.sh b/t/parallel-tests-concurrency.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-console-output.sh b/t/parallel-tests-console-output.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-driver-install.sh b/t/parallel-tests-driver-install.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-dry-run-1.sh b/t/parallel-tests-dry-run-1.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-dry-run-2.sh b/t/parallel-tests-dry-run-2.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-empty-testlogs.sh b/t/parallel-tests-empty-testlogs.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-empty.sh b/t/parallel-tests-empty.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-exeext.sh b/t/parallel-tests-exeext.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-exit-statuses.sh b/t/parallel-tests-exit-statuses.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-extra-programs.sh b/t/parallel-tests-extra-programs.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-fd-redirect-exeext.sh b/t/parallel-tests-fd-redirect-exeext.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-fd-redirect.sh b/t/parallel-tests-fd-redirect.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-fork-bomb.sh b/t/parallel-tests-fork-bomb.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-generated-and-distributed.sh b/t/parallel-tests-generated-and-distributed.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-harderror.sh b/t/parallel-tests-harderror.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-interrupt.tap b/t/parallel-tests-interrupt.tap old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-compiler-1.sh b/t/parallel-tests-log-compiler-1.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-compiler-2.sh b/t/parallel-tests-log-compiler-2.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-compiler-example.sh b/t/parallel-tests-log-compiler-example.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-override-1.sh b/t/parallel-tests-log-override-1.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-override-2.sh b/t/parallel-tests-log-override-2.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-log-override-recheck.sh b/t/parallel-tests-log-override-recheck.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-no-color-in-log.sh b/t/parallel-tests-no-color-in-log.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-no-spurious-summary.sh b/t/parallel-tests-no-spurious-summary.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-once.sh b/t/parallel-tests-once.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-recheck-depends-on-all.sh b/t/parallel-tests-recheck-depends-on-all.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-recheck-pr11791.sh b/t/parallel-tests-recheck-pr11791.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-recheck.sh b/t/parallel-tests-recheck.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-reset-term.sh b/t/parallel-tests-reset-term.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-subdir.sh b/t/parallel-tests-subdir.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-suffix-prog.sh b/t/parallel-tests-suffix-prog.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-suffix.sh b/t/parallel-tests-suffix.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-trailing-whitespace.sh b/t/parallel-tests-trailing-whitespace.sh old mode 100755 new mode 100644 diff --git a/t/parallel-tests-unreadable.sh b/t/parallel-tests-unreadable.sh old mode 100755 new mode 100644 diff --git a/t/parse.sh b/t/parse.sh old mode 100755 new mode 100644 diff --git a/t/per-target-flags.sh b/t/per-target-flags.sh old mode 100755 new mode 100644 diff --git a/t/percent.sh b/t/percent.sh old mode 100755 new mode 100644 diff --git a/t/percent2.sh b/t/percent2.sh old mode 100755 new mode 100644 diff --git a/t/phony.sh b/t/phony.sh old mode 100755 new mode 100644 diff --git a/t/pkg-config-macros.sh b/t/pkg-config-macros.sh old mode 100755 new mode 100644 diff --git a/t/pluseq.sh b/t/pluseq.sh old mode 100755 new mode 100644 diff --git a/t/pluseq10.sh b/t/pluseq10.sh old mode 100755 new mode 100644 diff --git a/t/pluseq11.sh b/t/pluseq11.sh old mode 100755 new mode 100644 diff --git a/t/pluseq2.sh b/t/pluseq2.sh old mode 100755 new mode 100644 diff --git a/t/pluseq3.sh b/t/pluseq3.sh old mode 100755 new mode 100644 diff --git a/t/pluseq4.sh b/t/pluseq4.sh old mode 100755 new mode 100644 diff --git a/t/pluseq5.sh b/t/pluseq5.sh old mode 100755 new mode 100644 diff --git a/t/pluseq6.sh b/t/pluseq6.sh old mode 100755 new mode 100644 diff --git a/t/pluseq7.sh b/t/pluseq7.sh old mode 100755 new mode 100644 diff --git a/t/pluseq8.sh b/t/pluseq8.sh old mode 100755 new mode 100644 diff --git a/t/pluseq9.sh b/t/pluseq9.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-data.sh b/t/posixsubst-data.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-extradist.sh b/t/posixsubst-extradist.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-ldadd.sh b/t/posixsubst-ldadd.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-libraries.sh b/t/posixsubst-libraries.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-ltlibraries.sh b/t/posixsubst-ltlibraries.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-programs.sh b/t/posixsubst-programs.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-scripts.sh b/t/posixsubst-scripts.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-sources.sh b/t/posixsubst-sources.sh old mode 100755 new mode 100644 diff --git a/t/posixsubst-tests.sh b/t/posixsubst-tests.sh old mode 100755 new mode 100644 diff --git a/t/postproc.sh b/t/postproc.sh old mode 100755 new mode 100644 diff --git a/t/ppf77.sh b/t/ppf77.sh old mode 100755 new mode 100644 diff --git a/t/pr2.sh b/t/pr2.sh old mode 100755 new mode 100644 diff --git a/t/pr211.sh b/t/pr211.sh old mode 100755 new mode 100644 diff --git a/t/pr220.sh b/t/pr220.sh old mode 100755 new mode 100644 diff --git a/t/pr224.sh b/t/pr224.sh old mode 100755 new mode 100644 diff --git a/t/pr229.sh b/t/pr229.sh old mode 100755 new mode 100644 diff --git a/t/pr243.sh b/t/pr243.sh old mode 100755 new mode 100644 diff --git a/t/pr266.sh b/t/pr266.sh old mode 100755 new mode 100644 diff --git a/t/pr279-2.sh b/t/pr279-2.sh old mode 100755 new mode 100644 diff --git a/t/pr279.sh b/t/pr279.sh old mode 100755 new mode 100644 diff --git a/t/pr287.sh b/t/pr287.sh old mode 100755 new mode 100644 diff --git a/t/pr300-lib.sh b/t/pr300-lib.sh old mode 100755 new mode 100644 diff --git a/t/pr300-ltlib.sh b/t/pr300-ltlib.sh old mode 100755 new mode 100644 diff --git a/t/pr300-prog.sh b/t/pr300-prog.sh old mode 100755 new mode 100644 diff --git a/t/pr307.sh b/t/pr307.sh old mode 100755 new mode 100644 diff --git a/t/pr401.sh b/t/pr401.sh old mode 100755 new mode 100644 diff --git a/t/pr401b.sh b/t/pr401b.sh old mode 100755 new mode 100644 diff --git a/t/pr401c.sh b/t/pr401c.sh old mode 100755 new mode 100644 diff --git a/t/pr72.sh b/t/pr72.sh old mode 100755 new mode 100644 diff --git a/t/pr87.sh b/t/pr87.sh old mode 100755 new mode 100644 diff --git a/t/pr9.sh b/t/pr9.sh old mode 100755 new mode 100644 diff --git a/t/prefix.sh b/t/prefix.sh old mode 100755 new mode 100644 diff --git a/t/primary-prefix-couples-documented-valid.sh b/t/primary-prefix-couples-documented-valid.sh old mode 100755 new mode 100644 diff --git a/t/primary-prefix-couples-force-valid.sh b/t/primary-prefix-couples-force-valid.sh old mode 100755 new mode 100644 diff --git a/t/primary-prefix-invalid-couples.tap b/t/primary-prefix-invalid-couples.tap old mode 100755 new mode 100644 diff --git a/t/primary-prefix-valid-couples.sh b/t/primary-prefix-valid-couples.sh old mode 100755 new mode 100644 diff --git a/t/primary.sh b/t/primary.sh old mode 100755 new mode 100644 diff --git a/t/primary2.sh b/t/primary2.sh old mode 100755 new mode 100644 diff --git a/t/primary3.sh b/t/primary3.sh old mode 100755 new mode 100644 diff --git a/t/print-libdir.sh b/t/print-libdir.sh old mode 100755 new mode 100644 diff --git a/t/proginst.sh b/t/proginst.sh old mode 100755 new mode 100644 diff --git a/t/programs-primary-rewritten.sh b/t/programs-primary-rewritten.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-basedir.sh b/t/py-compile-basedir.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-basic.sh b/t/py-compile-basic.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-destdir.sh b/t/py-compile-destdir.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-env.sh b/t/py-compile-env.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-option-terminate.sh b/t/py-compile-option-terminate.sh old mode 100755 new mode 100644 diff --git a/t/py-compile-usage.sh b/t/py-compile-usage.sh old mode 100755 new mode 100644 diff --git a/t/python-am-path-iftrue.sh b/t/python-am-path-iftrue.sh old mode 100755 new mode 100644 diff --git a/t/python-dist.sh b/t/python-dist.sh old mode 100755 new mode 100644 diff --git a/t/python-missing.sh b/t/python-missing.sh old mode 100755 new mode 100644 diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh old mode 100755 new mode 100644 diff --git a/t/python-too-old.sh b/t/python-too-old.sh old mode 100755 new mode 100644 diff --git a/t/python-vars.sh b/t/python-vars.sh old mode 100755 new mode 100644 diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh old mode 100755 new mode 100644 diff --git a/t/python.sh b/t/python.sh old mode 100755 new mode 100644 diff --git a/t/python10.sh b/t/python10.sh old mode 100755 new mode 100644 diff --git a/t/python11.sh b/t/python11.sh old mode 100755 new mode 100644 diff --git a/t/python12.sh b/t/python12.sh old mode 100755 new mode 100644 diff --git a/t/python2.sh b/t/python2.sh old mode 100755 new mode 100644 diff --git a/t/python3.sh b/t/python3.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-deeply-nested.sh b/t/recurs-user-deeply-nested.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-indir.sh b/t/recurs-user-indir.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-keep-going.sh b/t/recurs-user-keep-going.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-many.sh b/t/recurs-user-many.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-no-subdirs.sh b/t/recurs-user-no-subdirs.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-no-top-level.sh b/t/recurs-user-no-top-level.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-override.sh b/t/recurs-user-override.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-phony.sh b/t/recurs-user-phony.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user-wrap.sh b/t/recurs-user-wrap.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user.sh b/t/recurs-user.sh old mode 100755 new mode 100644 diff --git a/t/recurs-user2.sh b/t/recurs-user2.sh old mode 100755 new mode 100644 diff --git a/t/relativize.tap b/t/relativize.tap old mode 100755 new mode 100644 diff --git a/t/remake-aclocal-version-mismatch.sh b/t/remake-aclocal-version-mismatch.sh old mode 100755 new mode 100644 diff --git a/t/remake-after-acinclude-m4.sh b/t/remake-after-acinclude-m4.sh old mode 100755 new mode 100644 diff --git a/t/remake-after-aclocal-m4.sh b/t/remake-after-aclocal-m4.sh old mode 100755 new mode 100644 diff --git a/t/remake-after-configure-ac.sh b/t/remake-after-configure-ac.sh old mode 100755 new mode 100644 diff --git a/t/remake-after-makefile-am.sh b/t/remake-after-makefile-am.sh old mode 100755 new mode 100644 diff --git a/t/remake-all-1.sh b/t/remake-all-1.sh old mode 100755 new mode 100644 diff --git a/t/remake-all-2.sh b/t/remake-all-2.sh old mode 100755 new mode 100644 diff --git a/t/remake-am-pr10111.sh b/t/remake-am-pr10111.sh old mode 100755 new mode 100644 diff --git a/t/remake-config-status-dependencies.sh b/t/remake-config-status-dependencies.sh old mode 100755 new mode 100644 diff --git a/t/remake-configure-dependencies.sh b/t/remake-configure-dependencies.sh old mode 100755 new mode 100644 diff --git a/t/remake-deeply-nested.sh b/t/remake-deeply-nested.sh old mode 100755 new mode 100644 diff --git a/t/remake-deleted-am-2.sh b/t/remake-deleted-am-2.sh old mode 100755 new mode 100644 diff --git a/t/remake-deleted-am-subdir.sh b/t/remake-deleted-am-subdir.sh old mode 100755 new mode 100644 diff --git a/t/remake-deleted-am.sh b/t/remake-deleted-am.sh old mode 100755 new mode 100644 diff --git a/t/remake-deleted-m4-file.sh b/t/remake-deleted-m4-file.sh old mode 100755 new mode 100644 diff --git a/t/remake-fail.sh b/t/remake-fail.sh old mode 100755 new mode 100644 diff --git a/t/remake-gnulib-add-acsubst.sh b/t/remake-gnulib-add-acsubst.sh old mode 100755 new mode 100644 diff --git a/t/remake-gnulib-add-header.sh b/t/remake-gnulib-add-header.sh old mode 100755 new mode 100644 diff --git a/t/remake-gnulib-remove-header.sh b/t/remake-gnulib-remove-header.sh old mode 100755 new mode 100644 diff --git a/t/remake-include-aclocal.sh b/t/remake-include-aclocal.sh old mode 100755 new mode 100644 diff --git a/t/remake-include-configure.sh b/t/remake-include-configure.sh old mode 100755 new mode 100644 diff --git a/t/remake-include-makefile.sh b/t/remake-include-makefile.sh old mode 100755 new mode 100644 diff --git a/t/remake-m4-pr10111.sh b/t/remake-m4-pr10111.sh old mode 100755 new mode 100644 diff --git a/t/remake-macrodir.sh b/t/remake-macrodir.sh old mode 100755 new mode 100644 diff --git a/t/remake-maintainer-mode.sh b/t/remake-maintainer-mode.sh old mode 100755 new mode 100644 diff --git a/t/remake-makefile-intree.sh b/t/remake-makefile-intree.sh old mode 100755 new mode 100644 diff --git a/t/remake-makefile-vpath.sh b/t/remake-makefile-vpath.sh old mode 100755 new mode 100644 diff --git a/t/remake-mild-stress.sh b/t/remake-mild-stress.sh old mode 100755 new mode 100644 diff --git a/t/remake-moved-m4-file.sh b/t/remake-moved-m4-file.sh old mode 100755 new mode 100644 diff --git a/t/remake-not-after-make-dist.sh b/t/remake-not-after-make-dist.sh old mode 100755 new mode 100644 diff --git a/t/remake-recurs-user.sh b/t/remake-recurs-user.sh old mode 100755 new mode 100644 diff --git a/t/remake-renamed-am.sh b/t/remake-renamed-am.sh old mode 100755 new mode 100644 diff --git a/t/remake-renamed-m4-file.sh b/t/remake-renamed-m4-file.sh old mode 100755 new mode 100644 diff --git a/t/remake-renamed-m4-macro-and-file.sh b/t/remake-renamed-m4-macro-and-file.sh old mode 100755 new mode 100644 diff --git a/t/remake-renamed-m4-macro.sh b/t/remake-renamed-m4-macro.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-from-subdir.sh b/t/remake-subdir-from-subdir.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-gnu.sh b/t/remake-subdir-gnu.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-grepping.sh b/t/remake-subdir-grepping.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-long-time.sh b/t/remake-subdir-long-time.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-no-makefile.sh b/t/remake-subdir-no-makefile.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir-only.sh b/t/remake-subdir-only.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir.sh b/t/remake-subdir.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir2.sh b/t/remake-subdir2.sh old mode 100755 new mode 100644 diff --git a/t/remake-subdir3.sh b/t/remake-subdir3.sh old mode 100755 new mode 100644 diff --git a/t/remake-timing-bug-pr8365.sh b/t/remake-timing-bug-pr8365.sh old mode 100755 new mode 100644 diff --git a/t/repeated-options.sh b/t/repeated-options.sh old mode 100755 new mode 100644 diff --git a/t/reqd2.sh b/t/reqd2.sh old mode 100755 new mode 100644 diff --git a/t/rulepat.sh b/t/rulepat.sh old mode 100755 new mode 100644 diff --git a/t/sanity.sh b/t/sanity.sh old mode 100755 new mode 100644 diff --git a/t/seenc.sh b/t/seenc.sh old mode 100755 new mode 100644 diff --git a/t/self-check-configure-help.sh b/t/self-check-configure-help.sh old mode 100755 new mode 100644 diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap old mode 100755 new mode 100644 diff --git a/t/self-check-exit.tap b/t/self-check-exit.tap old mode 100755 new mode 100644 diff --git a/t/self-check-explicit-skips.sh b/t/self-check-explicit-skips.sh old mode 100755 new mode 100644 diff --git a/t/self-check-is-blocked-signal.tap b/t/self-check-is-blocked-signal.tap old mode 100755 new mode 100644 diff --git a/t/self-check-is_newest.tap b/t/self-check-is_newest.tap old mode 100755 new mode 100644 diff --git a/t/self-check-me.tap b/t/self-check-me.tap old mode 100755 new mode 100644 diff --git a/t/self-check-report.sh b/t/self-check-report.sh old mode 100755 new mode 100644 diff --git a/t/self-check-seq.tap b/t/self-check-seq.tap old mode 100755 new mode 100644 diff --git a/t/self-check-shell-no-trail-bslash.sh b/t/self-check-shell-no-trail-bslash.sh old mode 100755 new mode 100644 diff --git a/t/self-check-unindent.tap b/t/self-check-unindent.tap old mode 100755 new mode 100644 diff --git a/t/serial-tests.sh b/t/serial-tests.sh old mode 100755 new mode 100644 diff --git a/t/silent-c.sh b/t/silent-c.sh old mode 100755 new mode 100644 diff --git a/t/silent-configsite.sh b/t/silent-configsite.sh old mode 100755 new mode 100644 diff --git a/t/silent-custom.sh b/t/silent-custom.sh old mode 100755 new mode 100644 diff --git a/t/silent-cxx.sh b/t/silent-cxx.sh old mode 100755 new mode 100644 diff --git a/t/silent-f77.sh b/t/silent-f77.sh old mode 100755 new mode 100644 diff --git a/t/silent-f90.sh b/t/silent-f90.sh old mode 100755 new mode 100644 diff --git a/t/silent-gen.sh b/t/silent-gen.sh old mode 100755 new mode 100644 diff --git a/t/silent-lex.sh b/t/silent-lex.sh old mode 100755 new mode 100644 diff --git a/t/silent-lt.sh b/t/silent-lt.sh old mode 100755 new mode 100644 diff --git a/t/silent-many-languages.sh b/t/silent-many-languages.sh old mode 100755 new mode 100644 diff --git a/t/silent-nested-vars.sh b/t/silent-nested-vars.sh old mode 100755 new mode 100644 diff --git a/t/silent-texi.sh b/t/silent-texi.sh old mode 100755 new mode 100644 diff --git a/t/silent-yacc-headers.sh b/t/silent-yacc-headers.sh old mode 100755 new mode 100644 diff --git a/t/silent-yacc.sh b/t/silent-yacc.sh old mode 100755 new mode 100644 diff --git a/t/sourcefile-in-subdir.sh b/t/sourcefile-in-subdir.sh old mode 100755 new mode 100644 diff --git a/t/space.sh b/t/space.sh old mode 100755 new mode 100644 diff --git a/t/specflg-dummy.sh b/t/specflg-dummy.sh old mode 100755 new mode 100644 diff --git a/t/specflg6.sh b/t/specflg6.sh old mode 100755 new mode 100644 diff --git a/t/specflg7.sh b/t/specflg7.sh old mode 100755 new mode 100644 diff --git a/t/specflg8.sh b/t/specflg8.sh old mode 100755 new mode 100644 diff --git a/t/specflg9.sh b/t/specflg9.sh old mode 100755 new mode 100644 diff --git a/t/spell.sh b/t/spell.sh old mode 100755 new mode 100644 diff --git a/t/spell2.sh b/t/spell2.sh old mode 100755 new mode 100644 diff --git a/t/spell3.sh b/t/spell3.sh old mode 100755 new mode 100644 diff --git a/t/spelling.sh b/t/spelling.sh old mode 100755 new mode 100644 diff --git a/t/spy-rm.tap b/t/spy-rm.tap old mode 100755 new mode 100644 diff --git a/t/spy.sh b/t/spy.sh old mode 100755 new mode 100644 diff --git a/t/src-acsubst.sh b/t/src-acsubst.sh old mode 100755 new mode 100644 diff --git a/t/stamph2.sh b/t/stamph2.sh old mode 100755 new mode 100644 diff --git a/t/stdinc.sh b/t/stdinc.sh old mode 100755 new mode 100644 diff --git a/t/stdlib.sh b/t/stdlib.sh old mode 100755 new mode 100644 diff --git a/t/stdlib2.sh b/t/stdlib2.sh old mode 100755 new mode 100644 diff --git a/t/strictness-override.sh b/t/strictness-override.sh old mode 100755 new mode 100644 diff --git a/t/strictness-precedence.sh b/t/strictness-precedence.sh old mode 100755 new mode 100644 diff --git a/t/strip.sh b/t/strip.sh old mode 100755 new mode 100644 diff --git a/t/strip2.sh b/t/strip2.sh old mode 100755 new mode 100644 diff --git a/t/strip3.sh b/t/strip3.sh old mode 100755 new mode 100644 diff --git a/t/subdir-ac-subst.sh b/t/subdir-ac-subst.sh old mode 100755 new mode 100644 diff --git a/t/subdir-add-pr46.sh b/t/subdir-add-pr46.sh old mode 100755 new mode 100644 diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh old mode 100755 new mode 100644 diff --git a/t/subdir-am-cond.sh b/t/subdir-am-cond.sh old mode 100755 new mode 100644 diff --git a/t/subdir-cond-err.sh b/t/subdir-cond-err.sh old mode 100755 new mode 100644 diff --git a/t/subdir-cond-gettext.sh b/t/subdir-cond-gettext.sh old mode 100755 new mode 100644 diff --git a/t/subdir-distclean.sh b/t/subdir-distclean.sh old mode 100755 new mode 100644 diff --git a/t/subdir-env-interference.sh b/t/subdir-env-interference.sh old mode 100755 new mode 100644 diff --git a/t/subdir-keep-going-pr12554.sh b/t/subdir-keep-going-pr12554.sh old mode 100755 new mode 100644 diff --git a/t/subdir-order.sh b/t/subdir-order.sh old mode 100755 new mode 100644 diff --git a/t/subdir-subsub.sh b/t/subdir-subsub.sh old mode 100755 new mode 100644 diff --git a/t/subdir-with-slash.sh b/t/subdir-with-slash.sh old mode 100755 new mode 100644 diff --git a/t/subdir.sh b/t/subdir.sh old mode 100755 new mode 100644 diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh old mode 100755 new mode 100644 diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh old mode 100755 new mode 100644 diff --git a/t/subobj.sh b/t/subobj.sh old mode 100755 new mode 100644 diff --git a/t/subobj10.sh b/t/subobj10.sh old mode 100755 new mode 100644 diff --git a/t/subobj11a.sh b/t/subobj11a.sh old mode 100755 new mode 100644 diff --git a/t/subobj11b.sh b/t/subobj11b.sh old mode 100755 new mode 100644 diff --git a/t/subobj11c.sh b/t/subobj11c.sh old mode 100755 new mode 100644 diff --git a/t/subobj2.sh b/t/subobj2.sh old mode 100755 new mode 100644 diff --git a/t/subobj4.sh b/t/subobj4.sh old mode 100755 new mode 100644 diff --git a/t/subobj5.sh b/t/subobj5.sh old mode 100755 new mode 100644 diff --git a/t/subobj6.sh b/t/subobj6.sh old mode 100755 new mode 100644 diff --git a/t/subobj7.sh b/t/subobj7.sh old mode 100755 new mode 100644 diff --git a/t/subobj8.sh b/t/subobj8.sh old mode 100755 new mode 100644 diff --git a/t/subobj9.sh b/t/subobj9.sh old mode 100755 new mode 100644 diff --git a/t/subobjname.sh b/t/subobjname.sh old mode 100755 new mode 100644 diff --git a/t/subpkg-macrodir.sh b/t/subpkg-macrodir.sh old mode 100755 new mode 100644 diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh old mode 100755 new mode 100644 diff --git a/t/subpkg.sh b/t/subpkg.sh old mode 100755 new mode 100644 diff --git a/t/subpkg2.sh b/t/subpkg2.sh old mode 100755 new mode 100644 diff --git a/t/subpkg3.sh b/t/subpkg3.sh old mode 100755 new mode 100644 diff --git a/t/subpkg4.sh b/t/subpkg4.sh old mode 100755 new mode 100644 diff --git a/t/subst-no-trailing-empty-line.sh b/t/subst-no-trailing-empty-line.sh old mode 100755 new mode 100644 diff --git a/t/subst.sh b/t/subst.sh old mode 100755 new mode 100644 diff --git a/t/subst3.sh b/t/subst3.sh old mode 100755 new mode 100644 diff --git a/t/subst4.sh b/t/subst4.sh old mode 100755 new mode 100644 diff --git a/t/subst5.sh b/t/subst5.sh old mode 100755 new mode 100644 diff --git a/t/substre2.sh b/t/substre2.sh old mode 100755 new mode 100644 diff --git a/t/substref.sh b/t/substref.sh old mode 100755 new mode 100644 diff --git a/t/substtarg.sh b/t/substtarg.sh old mode 100755 new mode 100644 diff --git a/t/suffix-chain.tap b/t/suffix-chain.tap old mode 100755 new mode 100644 diff --git a/t/suffix-custom-subobj-and-specflg.sh b/t/suffix-custom-subobj-and-specflg.sh old mode 100755 new mode 100644 diff --git a/t/suffix-custom-subobj.sh b/t/suffix-custom-subobj.sh old mode 100755 new mode 100644 diff --git a/t/suffix.sh b/t/suffix.sh old mode 100755 new mode 100644 diff --git a/t/suffix10.tap b/t/suffix10.tap old mode 100755 new mode 100644 diff --git a/t/suffix11.tap b/t/suffix11.tap old mode 100755 new mode 100644 diff --git a/t/suffix2.sh b/t/suffix2.sh old mode 100755 new mode 100644 diff --git a/t/suffix3.tap b/t/suffix3.tap old mode 100755 new mode 100644 diff --git a/t/suffix4.sh b/t/suffix4.sh old mode 100755 new mode 100644 diff --git a/t/suffix5.sh b/t/suffix5.sh old mode 100755 new mode 100644 diff --git a/t/suffix6.sh b/t/suffix6.sh old mode 100755 new mode 100644 diff --git a/t/suffix6b.sh b/t/suffix6b.sh old mode 100755 new mode 100644 diff --git a/t/suffix6c.sh b/t/suffix6c.sh old mode 100755 new mode 100644 diff --git a/t/suffix7.sh b/t/suffix7.sh old mode 100755 new mode 100644 diff --git a/t/suffix8.tap b/t/suffix8.tap old mode 100755 new mode 100644 diff --git a/t/suffix9.sh b/t/suffix9.sh old mode 100755 new mode 100644 diff --git a/t/symlink.sh b/t/symlink.sh old mode 100755 new mode 100644 diff --git a/t/symlink2.sh b/t/symlink2.sh old mode 100755 new mode 100644 diff --git a/t/syntax.sh b/t/syntax.sh old mode 100755 new mode 100644 diff --git a/t/tags-pr12372.sh b/t/tags-pr12372.sh old mode 100755 new mode 100644 diff --git a/t/tags.sh b/t/tags.sh old mode 100755 new mode 100644 diff --git a/t/tags2.sh b/t/tags2.sh old mode 100755 new mode 100644 diff --git a/t/tagsub.sh b/t/tagsub.sh old mode 100755 new mode 100644 diff --git a/t/tap-ambiguous-directive.sh b/t/tap-ambiguous-directive.sh old mode 100755 new mode 100644 diff --git a/t/tap-autonumber.sh b/t/tap-autonumber.sh old mode 100755 new mode 100644 diff --git a/t/tap-bad-prog.tap b/t/tap-bad-prog.tap old mode 100755 new mode 100644 diff --git a/t/tap-bailout-and-logging.sh b/t/tap-bailout-and-logging.sh old mode 100755 new mode 100644 diff --git a/t/tap-bailout-leading-space.sh b/t/tap-bailout-leading-space.sh old mode 100755 new mode 100644 diff --git a/t/tap-bailout-suppress-badexit.sh b/t/tap-bailout-suppress-badexit.sh old mode 100755 new mode 100644 diff --git a/t/tap-bailout-suppress-later-diagnostic.sh b/t/tap-bailout-suppress-later-diagnostic.sh old mode 100755 new mode 100644 diff --git a/t/tap-bailout-suppress-later-errors.sh b/t/tap-bailout-suppress-later-errors.sh old mode 100755 new mode 100644 diff --git a/t/tap-bailout.sh b/t/tap-bailout.sh old mode 100755 new mode 100644 diff --git a/t/tap-basic.sh b/t/tap-basic.sh old mode 100755 new mode 100644 diff --git a/t/tap-color.sh b/t/tap-color.sh old mode 100755 new mode 100644 diff --git a/t/tap-common-setup.sh b/t/tap-common-setup.sh old mode 100755 new mode 100644 diff --git a/t/tap-deps.sh b/t/tap-deps.sh old mode 100755 new mode 100644 diff --git a/t/tap-diagnostic-custom.sh b/t/tap-diagnostic-custom.sh old mode 100755 new mode 100644 diff --git a/t/tap-diagnostic.sh b/t/tap-diagnostic.sh old mode 100755 new mode 100644 diff --git a/t/tap-doc.sh b/t/tap-doc.sh old mode 100755 new mode 100644 diff --git a/t/tap-doc2.sh b/t/tap-doc2.sh old mode 100755 new mode 100644 diff --git a/t/tap-driver-stderr.sh b/t/tap-driver-stderr.sh old mode 100755 new mode 100644 diff --git a/t/tap-empty-diagnostic.sh b/t/tap-empty-diagnostic.sh old mode 100755 new mode 100644 diff --git a/t/tap-empty.sh b/t/tap-empty.sh old mode 100755 new mode 100644 diff --git a/t/tap-escape-directive-2.sh b/t/tap-escape-directive-2.sh old mode 100755 new mode 100644 diff --git a/t/tap-escape-directive.sh b/t/tap-escape-directive.sh old mode 100755 new mode 100644 diff --git a/t/tap-exit.sh b/t/tap-exit.sh old mode 100755 new mode 100644 diff --git a/t/tap-fancy.sh b/t/tap-fancy.sh old mode 100755 new mode 100644 diff --git a/t/tap-fancy2.sh b/t/tap-fancy2.sh old mode 100755 new mode 100644 diff --git a/t/tap-global-log.sh b/t/tap-global-log.sh old mode 100755 new mode 100644 diff --git a/t/tap-global-result.sh b/t/tap-global-result.sh old mode 100755 new mode 100644 diff --git a/t/tap-log.sh b/t/tap-log.sh old mode 100755 new mode 100644 diff --git a/t/tap-merge-stdout-stderr.sh b/t/tap-merge-stdout-stderr.sh old mode 100755 new mode 100644 diff --git a/t/tap-missing-plan-and-bad-exit.sh b/t/tap-missing-plan-and-bad-exit.sh old mode 100755 new mode 100644 diff --git a/t/tap-more.sh b/t/tap-more.sh old mode 100755 new mode 100644 diff --git a/t/tap-more2.sh b/t/tap-more2.sh old mode 100755 new mode 100644 diff --git a/t/tap-msg0-bailout.sh b/t/tap-msg0-bailout.sh old mode 100755 new mode 100644 diff --git a/t/tap-msg0-directive.sh b/t/tap-msg0-directive.sh old mode 100755 new mode 100644 diff --git a/t/tap-msg0-misc.sh b/t/tap-msg0-misc.sh old mode 100755 new mode 100644 diff --git a/t/tap-msg0-planskip.sh b/t/tap-msg0-planskip.sh old mode 100755 new mode 100644 diff --git a/t/tap-msg0-result.sh b/t/tap-msg0-result.sh old mode 100755 new mode 100644 diff --git a/t/tap-negative-numbers.sh b/t/tap-negative-numbers.sh old mode 100755 new mode 100644 diff --git a/t/tap-no-disable-hard-error.sh b/t/tap-no-disable-hard-error.sh old mode 100755 new mode 100644 diff --git a/t/tap-no-merge-stdout-stderr.sh b/t/tap-no-merge-stdout-stderr.sh old mode 100755 new mode 100644 diff --git a/t/tap-no-spurious-numbers.sh b/t/tap-no-spurious-numbers.sh old mode 100755 new mode 100644 diff --git a/t/tap-no-spurious-summary.sh b/t/tap-no-spurious-summary.sh old mode 100755 new mode 100644 diff --git a/t/tap-no-spurious.sh b/t/tap-no-spurious.sh old mode 100755 new mode 100644 diff --git a/t/tap-not-ok-skip.sh b/t/tap-not-ok-skip.sh old mode 100755 new mode 100644 diff --git a/t/tap-number-wordboundary.sh b/t/tap-number-wordboundary.sh old mode 100755 new mode 100644 diff --git a/t/tap-numbers-leading-zero.sh b/t/tap-numbers-leading-zero.sh old mode 100755 new mode 100644 diff --git a/t/tap-numeric-description.sh b/t/tap-numeric-description.sh old mode 100755 new mode 100644 diff --git a/t/tap-out-of-order.sh b/t/tap-out-of-order.sh old mode 100755 new mode 100644 diff --git a/t/tap-passthrough-exit.sh b/t/tap-passthrough-exit.sh old mode 100755 new mode 100644 diff --git a/t/tap-passthrough.sh b/t/tap-passthrough.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-corner.sh b/t/tap-plan-corner.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-errors.sh b/t/tap-plan-errors.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-leading-zero.sh b/t/tap-plan-leading-zero.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-malformed.sh b/t/tap-plan-malformed.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-middle.sh b/t/tap-plan-middle.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan-whitespace.sh b/t/tap-plan-whitespace.sh old mode 100755 new mode 100644 diff --git a/t/tap-plan.sh b/t/tap-plan.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-and-logging.sh b/t/tap-planskip-and-logging.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-badexit.sh b/t/tap-planskip-badexit.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-bailout.sh b/t/tap-planskip-bailout.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-case-insensitive.sh b/t/tap-planskip-case-insensitive.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-late.sh b/t/tap-planskip-late.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-later-errors.sh b/t/tap-planskip-later-errors.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-unplanned-corner.sh b/t/tap-planskip-unplanned-corner.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-unplanned.sh b/t/tap-planskip-unplanned.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip-whitespace.sh b/t/tap-planskip-whitespace.sh old mode 100755 new mode 100644 diff --git a/t/tap-planskip.sh b/t/tap-planskip.sh old mode 100755 new mode 100644 diff --git a/t/tap-realtime.sh b/t/tap-realtime.sh old mode 100755 new mode 100644 diff --git a/t/tap-recheck-logs.sh b/t/tap-recheck-logs.sh old mode 100755 new mode 100644 diff --git a/t/tap-recheck.sh b/t/tap-recheck.sh old mode 100755 new mode 100644 diff --git a/t/tap-result-comment.sh b/t/tap-result-comment.sh old mode 100755 new mode 100644 diff --git a/t/tap-signal.tap b/t/tap-signal.tap old mode 100755 new mode 100644 diff --git a/t/tap-summary-color.sh b/t/tap-summary-color.sh old mode 100755 new mode 100644 diff --git a/t/tap-summary.sh b/t/tap-summary.sh old mode 100755 new mode 100644 diff --git a/t/tap-test-number-0.sh b/t/tap-test-number-0.sh old mode 100755 new mode 100644 diff --git a/t/tap-todo-skip-together.sh b/t/tap-todo-skip-together.sh old mode 100755 new mode 100644 diff --git a/t/tap-todo-skip-whitespace.sh b/t/tap-todo-skip-whitespace.sh old mode 100755 new mode 100644 diff --git a/t/tap-todo-skip.sh b/t/tap-todo-skip.sh old mode 100755 new mode 100644 diff --git a/t/tap-unplanned.sh b/t/tap-unplanned.sh old mode 100755 new mode 100644 diff --git a/t/tap-whitespace-normalization.sh b/t/tap-whitespace-normalization.sh old mode 100755 new mode 100644 diff --git a/t/tap-with-and-without-number.sh b/t/tap-with-and-without-number.sh old mode 100755 new mode 100644 diff --git a/t/tap-xfail-tests.sh b/t/tap-xfail-tests.sh old mode 100755 new mode 100644 diff --git a/t/tar-override.sh b/t/tar-override.sh old mode 100755 new mode 100644 diff --git a/t/tar-ustar-id-too-high.sh b/t/tar-ustar-id-too-high.sh old mode 100755 new mode 100644 diff --git a/t/tar.sh b/t/tar.sh old mode 100755 new mode 100644 diff --git a/t/tar2.sh b/t/tar2.sh old mode 100755 new mode 100644 diff --git a/t/tar3.sh b/t/tar3.sh old mode 100755 new mode 100644 diff --git a/t/target-cflags.sh b/t/target-cflags.sh old mode 100755 new mode 100644 diff --git a/t/targetclash.sh b/t/targetclash.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-acsubst.sh b/t/test-driver-acsubst.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-cond.sh b/t/test-driver-cond.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-create-log-dir.sh b/t/test-driver-create-log-dir.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom-multitest-recheck.sh b/t/test-driver-custom-multitest-recheck.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom-multitest-recheck2.sh b/t/test-driver-custom-multitest-recheck2.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom-multitest.sh b/t/test-driver-custom-multitest.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom-no-extra-driver.sh b/t/test-driver-custom-no-extra-driver.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom-xfail-tests.sh b/t/test-driver-custom-xfail-tests.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-custom.sh b/t/test-driver-custom.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-fail.sh b/t/test-driver-fail.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-is-distributed.sh b/t/test-driver-is-distributed.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-strip-vpath.sh b/t/test-driver-strip-vpath.sh old mode 100755 new mode 100644 diff --git a/t/test-driver-trs-suffix-registered.sh b/t/test-driver-trs-suffix-registered.sh old mode 100755 new mode 100644 diff --git a/t/test-extensions-cond.sh b/t/test-extensions-cond.sh old mode 100755 new mode 100644 diff --git a/t/test-extensions.sh b/t/test-extensions.sh old mode 100755 new mode 100644 diff --git a/t/test-harness-vpath-rewrite.sh b/t/test-harness-vpath-rewrite.sh old mode 100755 new mode 100644 diff --git a/t/test-log.sh b/t/test-log.sh old mode 100755 new mode 100644 diff --git a/t/test-logs-repeated.sh b/t/test-logs-repeated.sh old mode 100755 new mode 100644 diff --git a/t/test-metadata-global-log.sh b/t/test-metadata-global-log.sh old mode 100755 new mode 100644 diff --git a/t/test-metadata-global-result.sh b/t/test-metadata-global-result.sh old mode 100755 new mode 100644 diff --git a/t/test-metadata-recheck.sh b/t/test-metadata-recheck.sh old mode 100755 new mode 100644 diff --git a/t/test-metadata-results.sh b/t/test-metadata-results.sh old mode 100755 new mode 100644 diff --git a/t/test-missing.sh b/t/test-missing.sh old mode 100755 new mode 100644 diff --git a/t/test-missing2.sh b/t/test-missing2.sh old mode 100755 new mode 100644 diff --git a/t/test-trs-basic.sh b/t/test-trs-basic.sh old mode 100755 new mode 100644 diff --git a/t/test-trs-recover.sh b/t/test-trs-recover.sh old mode 100755 new mode 100644 diff --git a/t/test-trs-recover2.sh b/t/test-trs-recover2.sh old mode 100755 new mode 100644 diff --git a/t/tests-environment-and-log-compiler.sh b/t/tests-environment-and-log-compiler.sh old mode 100755 new mode 100644 diff --git a/t/tests-environment-backcompat.sh b/t/tests-environment-backcompat.sh old mode 100755 new mode 100644 diff --git a/t/tests-environment-fd-redirect.sh b/t/tests-environment-fd-redirect.sh old mode 100755 new mode 100644 diff --git a/t/tests-environment.sh b/t/tests-environment.sh old mode 100755 new mode 100644 diff --git a/t/testsuite-summary-color.sh b/t/testsuite-summary-color.sh old mode 100755 new mode 100644 diff --git a/t/testsuite-summary-count-many.sh b/t/testsuite-summary-count-many.sh old mode 100755 new mode 100644 diff --git a/t/testsuite-summary-count.sh b/t/testsuite-summary-count.sh old mode 100755 new mode 100644 diff --git a/t/testsuite-summary-reference-log.sh b/t/testsuite-summary-reference-log.sh old mode 100755 new mode 100644 diff --git a/t/transform.sh b/t/transform.sh old mode 100755 new mode 100644 diff --git a/t/transform2.sh b/t/transform2.sh old mode 100755 new mode 100644 diff --git a/t/transform3.sh b/t/transform3.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-absolute-srcdir-pr408.sh b/t/txinfo-absolute-srcdir-pr408.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-add-missing-and-dist.sh b/t/txinfo-add-missing-and-dist.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-bsd-make-recurs.sh b/t/txinfo-bsd-make-recurs.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-clean.sh b/t/txinfo-clean.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-dvi-recurs.sh b/t/txinfo-dvi-recurs.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-info-in-srcdir.sh b/t/txinfo-info-in-srcdir.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-makeinfo-error-no-clobber.sh b/t/txinfo-makeinfo-error-no-clobber.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-many-output-formats-vpath.sh b/t/txinfo-many-output-formats-vpath.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-many-output-formats.sh b/t/txinfo-many-output-formats.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-no-extra-dist.sh b/t/txinfo-no-extra-dist.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-no-installinfo.sh b/t/txinfo-no-installinfo.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-no-repeated-targets.sh b/t/txinfo-no-repeated-targets.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-other-suffixes.sh b/t/txinfo-other-suffixes.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-override-infodeps.sh b/t/txinfo-override-infodeps.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-override-texinfo-tex.sh b/t/txinfo-override-texinfo-tex.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-setfilename-repeated.sh b/t/txinfo-setfilename-repeated.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-setfilename-suffix-strip.sh b/t/txinfo-setfilename-suffix-strip.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-subdir-pr343.sh b/t/txinfo-subdir-pr343.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-tex-dist.sh b/t/txinfo-tex-dist.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-unrecognized-extension.sh b/t/txinfo-unrecognized-extension.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-unrecognized-info-suffix.sh b/t/txinfo-unrecognized-info-suffix.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-vtexi.sh b/t/txinfo-vtexi.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-vtexi2.sh b/t/txinfo-vtexi2.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-vtexi3.sh b/t/txinfo-vtexi3.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-vtexi4.sh b/t/txinfo-vtexi4.sh old mode 100755 new mode 100644 diff --git a/t/txinfo-without-info-suffix.sh b/t/txinfo-without-info-suffix.sh old mode 100755 new mode 100644 diff --git a/t/txinfo19.sh b/t/txinfo19.sh old mode 100755 new mode 100644 diff --git a/t/txinfo23.sh b/t/txinfo23.sh old mode 100755 new mode 100644 diff --git a/t/txinfo24.sh b/t/txinfo24.sh old mode 100755 new mode 100644 diff --git a/t/txinfo25.sh b/t/txinfo25.sh old mode 100755 new mode 100644 diff --git a/t/txinfo28.sh b/t/txinfo28.sh old mode 100755 new mode 100644 diff --git a/t/uninstall-fail.sh b/t/uninstall-fail.sh old mode 100755 new mode 100644 diff --git a/t/uninstall-pr9578.sh b/t/uninstall-pr9578.sh old mode 100755 new mode 100644 diff --git a/t/unused.sh b/t/unused.sh old mode 100755 new mode 100644 diff --git a/t/upc.sh b/t/upc.sh old mode 100755 new mode 100644 diff --git a/t/upc2.sh b/t/upc2.sh old mode 100755 new mode 100644 diff --git a/t/upc3.sh b/t/upc3.sh old mode 100755 new mode 100644 diff --git a/t/vala-configure.sh b/t/vala-configure.sh old mode 100755 new mode 100644 diff --git a/t/vala-grepping.sh b/t/vala-grepping.sh old mode 100755 new mode 100644 diff --git a/t/vala-headers.sh b/t/vala-headers.sh old mode 100755 new mode 100644 diff --git a/t/vala-libs.sh b/t/vala-libs.sh old mode 100755 new mode 100644 diff --git a/t/vala-mix.sh b/t/vala-mix.sh old mode 100755 new mode 100644 diff --git a/t/vala-mix2.sh b/t/vala-mix2.sh old mode 100755 new mode 100644 diff --git a/t/vala-non-recursive-setup.sh b/t/vala-non-recursive-setup.sh old mode 100755 new mode 100644 diff --git a/t/vala-parallel.sh b/t/vala-parallel.sh old mode 100755 new mode 100644 diff --git a/t/vala-per-target-flags.sh b/t/vala-per-target-flags.sh old mode 100755 new mode 100644 diff --git a/t/vala-recursive-setup.sh b/t/vala-recursive-setup.sh old mode 100755 new mode 100644 diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh old mode 100755 new mode 100644 diff --git a/t/vala-vpath.sh b/t/vala-vpath.sh old mode 100755 new mode 100644 diff --git a/t/var-recurs.sh b/t/var-recurs.sh old mode 100755 new mode 100644 diff --git a/t/var-recurs2.sh b/t/var-recurs2.sh old mode 100755 new mode 100644 diff --git a/t/vars.sh b/t/vars.sh old mode 100755 new mode 100644 diff --git a/t/vars3.sh b/t/vars3.sh old mode 100755 new mode 100644 diff --git a/t/vartar.sh b/t/vartar.sh old mode 100755 new mode 100644 diff --git a/t/vartypo2.sh b/t/vartypo2.sh old mode 100755 new mode 100644 diff --git a/t/vartypos.sh b/t/vartypos.sh old mode 100755 new mode 100644 diff --git a/t/version3.sh b/t/version3.sh old mode 100755 new mode 100644 diff --git a/t/version4.sh b/t/version4.sh old mode 100755 new mode 100644 diff --git a/t/version6.sh b/t/version6.sh old mode 100755 new mode 100644 diff --git a/t/version7.sh b/t/version7.sh old mode 100755 new mode 100644 diff --git a/t/version8.sh b/t/version8.sh old mode 100755 new mode 100644 diff --git a/t/vpath.sh b/t/vpath.sh old mode 100755 new mode 100644 diff --git a/t/warning-groups-win-over-strictness.sh b/t/warning-groups-win-over-strictness.sh old mode 100755 new mode 100644 diff --git a/t/warnings-obsolete-default.sh b/t/warnings-obsolete-default.sh old mode 100755 new mode 100644 diff --git a/t/warnings-override.sh b/t/warnings-override.sh old mode 100755 new mode 100644 diff --git a/t/warnings-precedence.sh b/t/warnings-precedence.sh old mode 100755 new mode 100644 diff --git a/t/warnings-strictness-interactions.sh b/t/warnings-strictness-interactions.sh old mode 100755 new mode 100644 diff --git a/t/warnings-unknown.sh b/t/warnings-unknown.sh old mode 100755 new mode 100644 diff --git a/t/warnings-win-over-strictness.sh b/t/warnings-win-over-strictness.sh old mode 100755 new mode 100644 diff --git a/t/warnopts.sh b/t/warnopts.sh old mode 100755 new mode 100644 diff --git a/t/werror.sh b/t/werror.sh old mode 100755 new mode 100644 diff --git a/t/werror2.sh b/t/werror2.sh old mode 100755 new mode 100644 diff --git a/t/werror3.sh b/t/werror3.sh old mode 100755 new mode 100644 diff --git a/t/werror4.sh b/t/werror4.sh old mode 100755 new mode 100644 diff --git a/t/whoami.sh b/t/whoami.sh old mode 100755 new mode 100644 diff --git a/t/xsource.sh b/t/xsource.sh old mode 100755 new mode 100644 diff --git a/t/yacc-auxdir.sh b/t/yacc-auxdir.sh old mode 100755 new mode 100644 diff --git a/t/yacc-basic.sh b/t/yacc-basic.sh old mode 100755 new mode 100644 diff --git a/t/yacc-bison-skeleton-cxx.sh b/t/yacc-bison-skeleton-cxx.sh old mode 100755 new mode 100644 diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh old mode 100755 new mode 100644 diff --git a/t/yacc-clean-cxx.sh b/t/yacc-clean-cxx.sh old mode 100755 new mode 100644 diff --git a/t/yacc-clean.sh b/t/yacc-clean.sh old mode 100755 new mode 100644 diff --git a/t/yacc-cxx.sh b/t/yacc-cxx.sh old mode 100755 new mode 100644 diff --git a/t/yacc-d-basic.sh b/t/yacc-d-basic.sh old mode 100755 new mode 100644 diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh old mode 100755 new mode 100644 diff --git a/t/yacc-d-vpath.sh b/t/yacc-d-vpath.sh old mode 100755 new mode 100644 diff --git a/t/yacc-deleted-headers.sh b/t/yacc-deleted-headers.sh old mode 100755 new mode 100644 diff --git a/t/yacc-depend.sh b/t/yacc-depend.sh old mode 100755 new mode 100644 diff --git a/t/yacc-depend2.sh b/t/yacc-depend2.sh old mode 100755 new mode 100644 diff --git a/t/yacc-dist-nobuild-subdir.sh b/t/yacc-dist-nobuild-subdir.sh old mode 100755 new mode 100644 diff --git a/t/yacc-dist-nobuild.sh b/t/yacc-dist-nobuild.sh old mode 100755 new mode 100644 diff --git a/t/yacc-grepping.sh b/t/yacc-grepping.sh old mode 100755 new mode 100644 diff --git a/t/yacc-grepping2.sh b/t/yacc-grepping2.sh old mode 100755 new mode 100644 diff --git a/t/yacc-headers-and-dist-pr47.sh b/t/yacc-headers-and-dist-pr47.sh old mode 100755 new mode 100644 diff --git a/t/yacc-line.sh b/t/yacc-line.sh old mode 100755 new mode 100644 diff --git a/t/yacc-mix-c-cxx.sh b/t/yacc-mix-c-cxx.sh old mode 100755 new mode 100644 diff --git a/t/yacc-nodist.sh b/t/yacc-nodist.sh old mode 100755 new mode 100644 diff --git a/t/yacc-pr204.sh b/t/yacc-pr204.sh old mode 100755 new mode 100644 diff --git a/t/yacc-subdir.sh b/t/yacc-subdir.sh old mode 100755 new mode 100644 diff --git a/t/yacc-weirdnames.sh b/t/yacc-weirdnames.sh old mode 100755 new mode 100644 diff --git a/t/yacc4.sh b/t/yacc4.sh old mode 100755 new mode 100644 diff --git a/t/yaccdry.sh b/t/yaccdry.sh old mode 100755 new mode 100644 diff --git a/t/yaccpp.sh b/t/yaccpp.sh old mode 100755 new mode 100644 diff --git a/t/yaccvpath.sh b/t/yaccvpath.sh old mode 100755 new mode 100644 diff --git a/t/yflags-cmdline-override.sh b/t/yflags-cmdline-override.sh old mode 100755 new mode 100644 diff --git a/t/yflags-conditional.sh b/t/yflags-conditional.sh old mode 100755 new mode 100644 diff --git a/t/yflags-d-false-positives.sh b/t/yflags-d-false-positives.sh old mode 100755 new mode 100644 diff --git a/t/yflags-force-conditional.sh b/t/yflags-force-conditional.sh old mode 100755 new mode 100644 diff --git a/t/yflags-force-override.sh b/t/yflags-force-override.sh old mode 100755 new mode 100644 diff --git a/t/yflags-var-expand.sh b/t/yflags-var-expand.sh old mode 100755 new mode 100644 diff --git a/t/yflags.sh b/t/yflags.sh old mode 100755 new mode 100644 diff --git a/t/yflags2.sh b/t/yflags2.sh old mode 100755 new mode 100644