In the current 03bbbcc350, make test does not work. The testsuite runs but many tests fail.
One example:
[...]
not ok 3 Outputs version if run with version
# (in test file sig/test/test.bats, line 18)
# `echo "${output}" | grep "v0.3"' failed
[...]
This particular test has a hardcoded expectation of the version number v0.3, however the actual git-sig version has been incremented to v0.4 via 03bbbcc350 .
Some tests run into problems due to CLI parameter changes.
In the current 03bbbcc350, `make test` does not work. The testsuite runs but many tests fail.
One example:
```
[...]
not ok 3 Outputs version if run with version
# (in test file sig/test/test.bats, line 18)
# `echo "${output}" | grep "v0.3"' failed
[...]
```
This particular test has a hardcoded expectation of the version number `v0.3`, however the actual git-sig version has been incremented to `v0.4` via https://codeberg.org/distrust/git-sig/commit/03bbbcc350177fe359892d70789e0c8a60bd30dd .
Some tests run into problems due to CLI parameter changes.