aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/delete-keys.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-08tests: Clarify comments.Justus Winter1-2/+8
-- Signed-off-by: Justus Winter <[email protected]>
2017-04-24tests: Locate resources and scripts relative to top source dir.Justus Winter1-1/+1
-- Locate every resource and every script used in the tests using a path relative to the top of the source tree. This is a purely mechanical change, mostly done using regular expressions, with a few manual fixups here and there. Signed-off-by: Justus Winter <[email protected]>
2016-12-19tests: New test for --delete-[secret-]keys.Justus Winter1-0/+103
* 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 <[email protected]>