Commit 694ebad
committed
Add missing executable bits
Some of the more recently introduced fixture scripts were not
marked executable, even though the others are.
Because `gix-testtools` has a fallback that runs scripts with
`bash` explictly when executing them directly fails, this did not
break any scripts, but the executable bit is also useful to
document which files are meant to be runnable scripts.
This marks them executable. Now all the shell scripts that begin
with a `#!` have the executable bit set. (The handful of `.sh`
files that are not meant to be run as scripts, but instead are
sourced by other scripts, do not start with `#!` and continue not
to have `+x` applied to them.)1 parent 3088bfb commit 694ebad
File tree
4 files changed
+0
-0
lines changed- gix-blame/tests/fixtures
- gix-ref/tests/fixtures
- gix-revision/tests/fixtures
- gix/tests/fixtures
4 files changed
+0
-0
lines changedFile mode changed.
File mode changed.
File mode changed.
File mode changed.
0 commit comments