Set up shfmt
This commit is contained in:
parent
769d7da9b2
commit
5dbb6aea8f
4 changed files with 16 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ setup() {
|
|||
load 'test_helper/bats-support/load'
|
||||
load 'test_helper/bats-assert/load'
|
||||
|
||||
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"
|
||||
DIR="$(cd "$(dirname "$BATS_TEST_FILENAME")" >/dev/null 2>&1 && pwd)"
|
||||
PATH="$DIR/../bin:$PATH"
|
||||
|
||||
git init -b main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue