From: Christian Hesse Date: Fri, 12 Dec 2014 08:50:14 +0000 (+0100) Subject: tests: replace binary GPG keyrings with ASCII-armored keys X-Git-Tag: v2.3.0-rc0~39^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e3eefbc8d942f94d59d745bbfe91d28d39e680d?hp=1e3eefbc8d942f94d59d745bbfe91d28d39e680d 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 Signed-off-by: Junio C Hamano ---