aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/default-key.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-04tests: Fix default key test.Justus Winter1-2/+2
* tests/openpgp/default-key.test: Avoid using the option '--trust-model' unconditionally. Signed-off-by: Justus Winter <[email protected]>
2016-03-02tests/openpgp: Make tests more portable.Uldis Anšmits1-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]>
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield1-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]>