Move git-check-assertions to bin/

This commit is contained in:
Sven van Heugten 2026-03-02 19:55:44 +01:00
parent 601a51109d
commit a82e98d775
No known key found for this signature in database
GPG key ID: D612F88666F4F660
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
setup() {
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"
PATH="$DIR:$PATH"
PATH="$DIR/bin:$PATH"
}
@test "can run" {