Skip to content

Commit

Permalink
Merge pull request #2117 from NoahGorny/fix-tests-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood authored Nov 7, 2024
2 parents 60eb7bf + 31d1a00 commit 6949272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function common_setup_file() {
BASH_IT="${BATS_FILE_TMPDIR//\/\///}/.bash_it"

# This sets up a local test fixture, i.e. a completely fresh and isolated Bash-it directory. This is done to avoid messing with your own Bash-it source directory.
git --git-dir="${MAIN_BASH_IT_GITDIR?}" worktree add -d "${BASH_IT}"
git --git-dir="${MAIN_BASH_IT_GITDIR?}" worktree add --detach "${BASH_IT}"

load "${BASH_IT?}/vendor/github.com/erichs/composure/composure.sh"
# support 'plumbing' metadata
Expand Down

0 comments on commit 6949272

Please sign in to comment.