aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/default-key.test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Drop the old shell-based tests.Justus Winter2016-09-201-73/+0
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* tests: Fix default key test.Justus Winter2016-04-041-2/+2
| | | | | | | * tests/openpgp/default-key.test: Avoid using the option '--trust-model' unconditionally. Signed-off-by: Justus Winter <[email protected]>
* tests/openpgp: Make tests more portable.Uldis Anšmits2016-03-021-2/+2
| | | | | | | | | * tests/openpgp/default-key.test: Avoid 'grep -q'. * tests/openpgp/gpgtar.test: Avoid 'grep -qe' and 'diff -q'. * tests/openpgp/use-exact-key.test: Avoid 'grep -q'. GnuPG-bug-id: 2262 Signed-off-by: Justus Winter <[email protected]>
* gpg: Lazily evaluate --default-key.Neal H. Walfield2015-12-221-0/+73
* g10/gpg.c (main): If --encrypt-to-default-key is specified, don't add --default-key's value to REMUSR here... * g10/pkclist.c (build_pk_list): ... do it here. * tests/openpgp/Makefile.am (TESTS): Add default-key.test. * tests/openpgp/default-key.test: New file. -- Signed-off-by: Neal H. Walfield <[email protected]>