From 74017b56cbadf675de023f7bee6a0b18877c0a74 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 May 2013 12:18:43 +0200 Subject: 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 --- t/am-prog-cc-stdc.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 t/am-prog-cc-stdc.sh (limited to 't/am-prog-cc-stdc.sh') diff --git a/t/am-prog-cc-stdc.sh b/t/am-prog-cc-stdc.sh old mode 100755 new mode 100644 -- cgit v1.2.1