From cff600f1f65a2164ab25ff2b039cba008776ce62 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 29 Jan 2020 11:01:10 +0100 Subject: [PATCH] Do not test for a bug in older GnuPG versions * tests/json/t-keylist-secret.out.json -- Since at least 2.2.19 GnuPG no longer emits secret = true for keys where it does not have a secret. To avoid failures with older versions we remove the check altogether. GnuPG-Bug-Id: T4820 --- tests/json/t-keylist-secret.out.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/json/t-keylist-secret.out.json b/tests/json/t-keylist-secret.out.json index 5da20dbe..f997fd8c 100644 --- a/tests/json/t-keylist-secret.out.json +++ b/tests/json/t-keylist-secret.out.json @@ -91,7 +91,6 @@ "can_sign": true, "can_certify": true, "can_authenticate": true, - "secret": true, "is_qualified": false, "protocol": "OpenPGP", "fingerprint": "D695676BDCEDCC2CDD6152BCFE180B1DA9E3B0B2",