diff options
author | Jeff King <peff@peff.net> | 2020-03-26 04:25:53 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-27 11:26:48 -0700 |
commit | 12dc0879f18b39e1020bd6afec117bc38110d8c9 (patch) | |
tree | a4bb0581d868fc4e07855993c521ebab42598045 /t | |
parent | t/lib-credential.sh: drop shebang line (diff) | |
download | tgif-12dc0879f18b39e1020bd6afec117bc38110d8c9.tar.xz |
t/lib-*.sh: drop executable bit
There's no need for shell libraries to have the executable bit. They're
meant to be sourced, and running them stand-alone is pointless. Let's
reduce any possible confusion by making it more clear they're not meant
to be run this way.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--[-rwxr-xr-x] | t/lib-credential.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-gpg.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-log-graph.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-submodule-update.sh | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/t/lib-credential.sh b/t/lib-credential.sh index 5ea8bc9f1d..5ea8bc9f1d 100755..100644 --- a/t/lib-credential.sh +++ b/t/lib-credential.sh diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index 8d28652b72..8d28652b72 100755..100644 --- a/t/lib-gpg.sh +++ b/t/lib-gpg.sh diff --git a/t/lib-log-graph.sh b/t/lib-log-graph.sh index 1184cceef2..1184cceef2 100755..100644 --- a/t/lib-log-graph.sh +++ b/t/lib-log-graph.sh diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh index 1dd17fc03e..1dd17fc03e 100755..100644 --- a/t/lib-submodule-update.sh +++ b/t/lib-submodule-update.sh |