diff options
author | Andre Heinecke <[email protected]> | 2018-11-15 09:33:35 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-15 09:33:35 +0000 |
commit | 004e2cad2f26250cd010684f11dc187f08e6f9e1 (patch) | |
tree | b60f6484a11e3a12e8001f03411711a31a5eb07c /tests/json | |
parent | tests,json: Move version check into t-json (diff) | |
download | gpgme-004e2cad2f26250cd010684f11dc187f08e6f9e1.tar.gz gpgme-004e2cad2f26250cd010684f11dc187f08e6f9e1.zip |
tests,json: Clean openpgp-revocs.d
* tests/json/clean-local: Remove revocs.d
Diffstat (limited to 'tests/json')
-rw-r--r-- | tests/json/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am index 3439ff75..61c3e241 100644 --- a/tests/json/Makefile.am +++ b/tests/json/Makefile.am @@ -77,6 +77,7 @@ noinst_PROGRAMS = $(c_tests) clean-local: -$(TESTS_ENVIRONMENT) $(top_srcdir)/tests/start-stop-agent --stop -rm -fR private-keys-v1.d + -rm -fR openpgp-revocs.d gpg-sample.stamp: $(private_keys) -$(TESTS_ENVIRONMENT) gpgconf --kill all |