[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests: remove remaining exec bits ('master' branch)
From: |
Stefano Lattarini |
Subject: |
[PATCH] tests: remove remaining exec bits ('master' branch) |
Date: |
Thu, 16 May 2013 13:54:50 +0200 |
The executable bit gives the impression that the tests are directly
runnable, as with "./t/foo.sh", but it has been a while since that
was the case. Today, tests are runnable only through "make check"
or "./runtest".
This change is for the 'master' branch (automake 1.99a), and is a
follow-up to commit 'v1.13.2-3-g74017b5', done on the 'micro' branch
(automake 1.13.2a) and to commit 'v1.13.2-221-g0985d67', done on the
'maint' branch (automake 1.13a).
* t/am-prog-mkdir-p.sh: Remove executable bit.
* t/txinfo-no-split.sh: Likewise.
Signed-off-by: Stefano Lattarini <address@hidden>
---
t/am-prog-mkdir-p.sh | 0
t/txinfo-no-split.sh | 0
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 t/am-prog-mkdir-p.sh
mode change 100755 => 100644 t/txinfo-no-split.sh
diff --git a/t/am-prog-mkdir-p.sh b/t/am-prog-mkdir-p.sh
old mode 100755
new mode 100644
diff --git a/t/txinfo-no-split.sh b/t/txinfo-no-split.sh
old mode 100755
new mode 100644
--
1.8.3.rc2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] tests: remove remaining exec bits ('master' branch),
Stefano Lattarini <=