diff options
author | Justus Winter <[email protected]> | 2017-01-24 13:28:36 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-01-24 13:28:36 +0000 |
commit | 5aafa56dffefe3fac55b9d0555c7c86e8a07f072 (patch) | |
tree | 325e8d271b28ba5e05c7d92f4227a08dd4d8d118 /tests/openpgp/Makefile.am | |
parent | tests: Enable gpgconf test. (diff) | |
download | gnupg-5aafa56dffefe3fac55b9d0555c7c86e8a07f072.tar.gz gnupg-5aafa56dffefe3fac55b9d0555c7c86e8a07f072.zip |
tests: Add test demonstrating issue2929.
* tests/openpgp/Makefile.am (XTESTS): Add new test.
* tests/openpgp/issue2929.scm: New file.
--
This test demonstrates a problem with the TOFU trust model when a new
key is created.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index d1dd44914..5cab3d55d 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -96,7 +96,8 @@ XTESTS = \ issue2015.scm \ issue2346.scm \ issue2417.scm \ - issue2419.scm + issue2419.scm \ + issue2929.scm # XXX: Currently, one cannot override automake's 'check' target. As a # workaround, we avoid defining 'TESTS', thus automake will not emit |