aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/ssh-export.scm (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-26tests: Improve test.Justus Winter1-2/+2
* tests/openpgp/ssh-export.scm: Split output at any whitespace. Signed-off-by: Justus Winter <[email protected]>
2017-04-24tests: Locate resources and scripts relative to top source dir.Justus Winter1-2/+2
-- 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-11-28tests: Add test for the ssh key export.Justus Winter1-0/+52
* tests/openpgp/Makefile.am (XTESTS): Add new test. (sample_keys): Add new files. * tests/openpgp/samplekeys/authenticate-only.pub.asc: New file. * tests/openpgp/samplekeys/authenticate-only.sec.asc: Likewise. * tests/openpgp/ssh-export.scm: Likewise. GnuPG-bug-id: 2848 Signed-off-by: Justus Winter <[email protected]>