Print block number and remove redundant commit hash

This commit is contained in:
Sven van Heugten 2026-03-11 22:41:14 +01:00
parent 32871dc261
commit 69f8acad8f
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 5 additions and 1 deletions

View file

@ -141,6 +141,8 @@ commit_with_assertion() {
run git-check-assertions
assert_success
assert_output --partial "git-check-assertions block 1:"
assert_output --partial "git-check-assertions block 2:"
assert_file_exists ../test1
assert_file_exists ../test2
}