tests: replace binary GPG keyrings with ASCII-armored keys
commit1e3eefbc8d942f94d59d745bbfe91d28d39e680d
authorChristian Hesse <mail@eworm.de>
Fri, 12 Dec 2014 08:50:14 +0000 (12 09:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2014 21:51:54 +0000 (12 13:51 -0800)
tree4a94c5f2fd0e9c8dd4c3920b9f4828f988a3a016
parentc0e0ed6efe497902a2e2ce5fb1586577a27eea1b
tests: replace binary GPG keyrings with ASCII-armored keys

Importing PGP key public and security ring works, but we do not have
all secret keys in one binary blob and all public keys in another.
Instead import public and secret keys for one key pair from a text
file that holds ASCII-armored export of them.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-gpg.sh
t/lib-gpg/keyring.gpg [new file with mode: 0644]
t/lib-gpg/pubring.gpg [deleted file]
t/lib-gpg/secring.gpg [deleted file]