Skip to content

Commit

Permalink
use symlinks to make maintenance in the future easier
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jun 8, 2024
1 parent 544939d commit 6de9339
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions script/bats
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."

bats_command=(
vendor/bats-core-1.11.0/bin/bats
vendor/bats-core/bin/bats
)

if command -v parallel &>/dev/null; then
Expand Down
6 changes: 3 additions & 3 deletions tests/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# shellcheck disable=SC2034

load-helpers() {
load "${BASHABLE_GIT_ROOT}/vendor/bats-assert-2.1.0/load"
load "${BASHABLE_GIT_ROOT}/vendor/bats-file-0.4.0/load"
load "${BASHABLE_GIT_ROOT}/vendor/bats-support-0.3.0/load"
load "${BASHABLE_GIT_ROOT}/vendor/bats-assert/load"
load "${BASHABLE_GIT_ROOT}/vendor/bats-file/load"
load "${BASHABLE_GIT_ROOT}/vendor/bats-support/load"
}

BASHABLE_GIT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
Expand Down
1 change: 1 addition & 0 deletions vendor/bats-assert
1 change: 1 addition & 0 deletions vendor/bats-core
1 change: 1 addition & 0 deletions vendor/bats-file
1 change: 1 addition & 0 deletions vendor/bats-support

0 comments on commit 6de9339

Please sign in to comment.