Skip to content

Commit

Permalink
test: Fix shellcheck by giving git-hashing scripts shebangs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
roberth committed Feb 10, 2025
1 parent c6e0907 commit fcea626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/git-hashing/simple.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

source common.sh

repo="$TEST_ROOT/scratch"
Expand Down

0 comments on commit fcea626

Please sign in to comment.