Skip to content

Commit 77a8386

Browse files
committed
test: Fix shellcheck by giving git-hashing scripts shebangs
This seems to be the way to do it now, even though I can't run them without setting at least one env var. I'll only fix shellcheck for now. Don't shoot the messenger. It isn't quite clear to me why the previous commit masked this problem, but I'm glad shellcheck has an effect or more effect now.
1 parent 73060b4 commit 77a8386

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/functional/git-hashing/fixed.sh

100644100755
File mode changed.

tests/functional/git-hashing/simple.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
source common.sh
24

35
repo="$TEST_ROOT/scratch"

0 commit comments

Comments
 (0)