Move test.bats to test/git-check-assertions.bats

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

10
test/git-check-assertions.bats Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bats
setup() {
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"
PATH="$DIR/../bin:$PATH"
}
@test "can run" {
git-check-assertions
}