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@xxxxxxxx> --- t/lib-credential.sh | 0 t/lib-gpg.sh | 0 t/lib-log-graph.sh | 0 t/lib-submodule-update.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 t/lib-credential.sh mode change 100755 => 100644 t/lib-gpg.sh mode change 100755 => 100644 t/lib-log-graph.sh mode change 100755 => 100644 t/lib-submodule-update.sh diff --git a/t/lib-credential.sh b/t/lib-credential.sh old mode 100755 new mode 100644 diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh old mode 100755 new mode 100644 diff --git a/t/lib-log-graph.sh b/t/lib-log-graph.sh old mode 100755 new mode 100644 diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh old mode 100755 new mode 100644 -- 2.26.0.576.gb87790c3c1