automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: remove spurious +x bits


From: Mike Frysinger
Subject: [PATCH] tests: remove spurious +x bits
Date: Thu, 27 Jan 2022 04:56:10 -0500

None of these files are (or can be) executed directly, so drop the
spurious +x permission bit.  None of the other tests do this either.

* t/built-sources-install-exec.sh: Remove +x bit.
* t/ccnoco-deps.sh: Likewise.
* t/ccnoco-lib.sh: Likewise.
* t/ccnoco-lt.sh: Likewise.
* t/perf/cond.sh: Likewise.
* t/perf/testsuite-recheck.sh: Likewise.
* t/perf/testsuite-summary.sh: Likewise.
* t/python-prefix.sh: Likewise.
* t/tags-lisp-space.sh: Likewise.
* t/test-extensions-empty.sh: Likewise.
---
 t/built-sources-install-exec.sh | 0
 t/ccnoco-deps.sh                | 0
 t/ccnoco-lib.sh                 | 0
 t/ccnoco-lt.sh                  | 0
 t/perf/cond.sh                  | 0
 t/perf/testsuite-recheck.sh     | 0
 t/perf/testsuite-summary.sh     | 0
 t/python-prefix.sh              | 0
 t/tags-lisp-space.sh            | 0
 t/test-extensions-empty.sh      | 0
 10 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 t/built-sources-install-exec.sh
 mode change 100755 => 100644 t/ccnoco-deps.sh
 mode change 100755 => 100644 t/ccnoco-lib.sh
 mode change 100755 => 100644 t/ccnoco-lt.sh
 mode change 100755 => 100644 t/perf/cond.sh
 mode change 100755 => 100644 t/perf/testsuite-recheck.sh
 mode change 100755 => 100644 t/perf/testsuite-summary.sh
 mode change 100755 => 100644 t/python-prefix.sh
 mode change 100755 => 100644 t/tags-lisp-space.sh
 mode change 100755 => 100644 t/test-extensions-empty.sh

diff --git a/t/built-sources-install-exec.sh b/t/built-sources-install-exec.sh
old mode 100755
new mode 100644
diff --git a/t/ccnoco-deps.sh b/t/ccnoco-deps.sh
old mode 100755
new mode 100644
diff --git a/t/ccnoco-lib.sh b/t/ccnoco-lib.sh
old mode 100755
new mode 100644
diff --git a/t/ccnoco-lt.sh b/t/ccnoco-lt.sh
old mode 100755
new mode 100644
diff --git a/t/perf/cond.sh b/t/perf/cond.sh
old mode 100755
new mode 100644
diff --git a/t/perf/testsuite-recheck.sh b/t/perf/testsuite-recheck.sh
old mode 100755
new mode 100644
diff --git a/t/perf/testsuite-summary.sh b/t/perf/testsuite-summary.sh
old mode 100755
new mode 100644
diff --git a/t/python-prefix.sh b/t/python-prefix.sh
old mode 100755
new mode 100644
diff --git a/t/tags-lisp-space.sh b/t/tags-lisp-space.sh
old mode 100755
new mode 100644
diff --git a/t/test-extensions-empty.sh b/t/test-extensions-empty.sh
old mode 100755
new mode 100644
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]