]> git.corax.cc Git - toolbox/commit
test: Set default GPG key when testing ipc module
authorMatthias Kruk <m@m10k.eu>
Tue, 27 Dec 2022 05:53:23 +0000 (14:53 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 27 Dec 2022 05:53:23 +0000 (14:53 +0900)
commit150164d24f889f97e8ac1781b8a005633cbc4fff
tree6fbee9b0079719e8b989d60088c53b199976ff7b
parent90d10587e46dfbae634edb25dc8d42e6c3823eb8
test: Set default GPG key when testing ipc module

When initializing the environment for tests of the ipc module, the
default GPG key is not explicitly set. Because newer GPG versions do
not automatically set the default key, no default key is set, causing
sign operations to fail.

This commit modifies the test cases for the ipc module so that the
default GPG key is set during the test setup.

The default key is not set automatically on newer GPG versions
test/ipc_spec.sh