diff options
author | Justus Winter <[email protected]> | 2017-01-16 12:21:02 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-01-16 12:21:02 +0000 |
commit | 92543da94cbf8e807b1b33070d273f995cdd5c62 (patch) | |
tree | 2737716b11c0a4a81c4b97e558e788b344e66ef7 | |
parent | Fix changing options with gpgconf. (diff) | |
download | gpgme-92543da94cbf8e807b1b33070d273f995cdd5c62.tar.gz gpgme-92543da94cbf8e807b1b33070d273f995cdd5c62.zip |
tests: Fix distcheck.
* tests/gpg/Makefile.am (CLEANFILES): Remove gpgconf backups.
Fixes-commit: ea7bb62f5d981615847528b3ce53be9cc4d741a7
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 6b6b5a81..8e26a92f 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -46,7 +46,7 @@ TESTS = initial.test $(c_tests) final.test CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \ gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \ random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp \ - tofu.db + tofu.db *.conf.gpgconf.bak private_keys = \ 13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \ |