Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2025-11-29

grimblast: remove superfluous use of external commands on test setup

### 2025-09-29

grimblast: Fix a bug where grimblast would delete the lock file when early exiting
Expand Down
2 changes: 1 addition & 1 deletion grimblast/test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# set $BATS_LIB_PATH only if not set already, default to /usr/lib/bats
setup_file() {
: "${BATS_LIB_PATH:='/usr/lib/bats'}"
PATH="$(dirname "$(realpath "$BATS_TEST_FILENAME")")/..:$PATH"
PATH="${BATS_TEST_DIRNAME}/..:$PATH"
bats_require_minimum_version 1.5.0
}

Expand Down