aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/tofu.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-23tests/openpgp: Fake the system time for the tofu test.Justus Winter1-1/+3
The keys in the tofu test are set to expire on 2016-09-17. Fake the system time for this test. This commit includes changes to the old test as well, for those who need to backport it. * tests/openpgp/gpg-agent.conf.tmpl: Drop trailing newlines. * tests/openpgp/tofu.scm: Fake system time. * tests/openpgp/tofu.test: Likewise. GnuPG-bug-id: 2393 Signed-off-by: Justus Winter <[email protected]>
2016-06-21tests/openpgp: Port the remaining tests to Scheme.Justus Winter1-0/+165
* tests/openpgp/Makefile.am (TESTS): Add new tests. * tests/openpgp/defs.scm (gpg-with-colons): New function. (get-config): Use new function. * tests/openpgp/export.scm: New file. * tests/openpgp/tofu.scm: Likewise. Signed-off-by: Justus Winter <[email protected]>