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