diff options
author | Justus Winter <justus@g10code.com> | 2016-12-19 15:33:55 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-12-19 15:42:35 +0100 |
commit | a1afc450e182af02ad5e6f6ba79e9dc4332ca2bc (patch) | |
tree | 71176d6fa26987e7f1df7f900f3e3c6427517856 /tests/openpgp/Makefile.am | |
parent | gpgscm: Change associativity of ::. (diff) | |
download | gnupg2-a1afc450e182af02ad5e6f6ba79e9dc4332ca2bc.tar.xz gnupg2-a1afc450e182af02ad5e6f6ba79e9dc4332ca2bc.zip |
tests: New test for --delete-[secret-]keys.
* tests/openpgp/Makefile.am (XTESTS): Add new test.
* tests/openpgp/defs.scm (keys): New variable.
(have-public-key?): New function.
(have-secret-key?): Likewise.
(have-secret-key-file?): Likewise.
* tests/openpgp/delete-keys.scm: New file.
* tests/openpgp/quick-key-manipulation.scm: Move the accessors to
'defs.scm'.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index deed63d82..06705311d 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -90,6 +90,7 @@ XTESTS = \ ssh-export.scm \ quick-key-manipulation.scm \ key-selection.scm \ + delete-keys.scm \ issue2015.scm \ issue2346.scm \ issue2417.scm \ |