Test suite: run each test with its own GnuPG home directory, to avoid interaction...
commit22e24dbbfc351376247503e5fef6044d0f4dd9da
authorintrigeri <intrigeri@boum.org>
Mon, 9 Jul 2018 17:05:06 +0000 (9 17:05 +0000)
committerintrigeri <intrigeri@boum.org>
Mon, 9 Jul 2018 19:56:11 +0000 (9 19:56 +0000)
tree07163d7ad6cd49fb3f4a13eafb4452aab6767a2e
parent00bdd80487cebdc8e3e1f100e6e961e379cdc237
Test suite: run each test with its own GnuPG home directory, to avoid interaction between tests.

Otherwise, with GnuPG 2.1+, persistent processes such as dirmngr are started and
their state will persist across tests, which skews the results.
t/05-init-keyring.t [deleted file]
t/31-gpgPublicKeys.t
t/32-keyserver_defined_on_command_line.t
t/33-checkGpgHasDefinedKeyserver.t
t/90-tryRecvKey.t
t/91-gpgRecvKeys.t
t/lib/Test/Utils.pm [new file with mode: 0644]