diff options
author | Andre Heinecke <[email protected]> | 2020-01-29 10:01:10 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2020-01-29 10:01:10 +0000 |
commit | cff600f1f65a2164ab25ff2b039cba008776ce62 (patch) | |
tree | 85d5912d81a6bd5a3ddcd598581f4c4c94e3fb6c /tests/json | |
parent | m4/python: Scan for python 3.8 as well (diff) | |
download | gpgme-cff600f1f65a2164ab25ff2b039cba008776ce62.tar.gz gpgme-cff600f1f65a2164ab25ff2b039cba008776ce62.zip |
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
Diffstat (limited to 'tests/json')
-rw-r--r-- | tests/json/t-keylist-secret.out.json | 1 |
1 files changed, 0 insertions, 1 deletions
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", |