diff options
author | Justus Winter <[email protected]> | 2016-11-25 08:55:42 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-25 08:55:42 +0000 |
commit | fd4d476214ae06e33f4a6dac534d3deca5cc6cd3 (patch) | |
tree | 80a64f97b29701c4d9f63564b745ddd17a662b9f /lang/python/tests | |
parent | tests: Remove tofu.db. (diff) | |
download | gpgme-fd4d476214ae06e33f4a6dac534d3deca5cc6cd3.tar.gz gpgme-fd4d476214ae06e33f4a6dac534d3deca5cc6cd3.zip |
python: Fix removing the TOFU database.
* lang/python/Makefile.am (CLEANFILES): Move 'tofu.db'...
* lang/python/tests/Makefile.am (CLEANFILES): ... here.
Fixes-commit: 9b22f82afc5518961e4bea1fc516b79800e379a2
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/tests')
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 39f532ce..f9366dd2 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -73,7 +73,7 @@ xcheck: ./pubring-stamp CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \ gpg-agent.conf pubring.kbx~ gpg.conf pubring.gpg~ \ - random_seed .gpg-v21-migrated \ + random_seed .gpg-v21-migrated tofu.db \ pubring-stamp private-keys-v1.d/gpg-sample.stamp private_keys = \ |