From f8445460ed5ce5fde04fc10fcb3a2ed25d8ef250 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 27 Dec 2017 15:55:49 +1300 Subject: [PATCH] Clean .honey in remove-cached-databases --- xapian-core/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-core/tests/Makefile.am b/xapian-core/tests/Makefile.am index 0f2c59335..fb6df97ee 100644 --- a/xapian-core/tests/Makefile.am +++ b/xapian-core/tests/Makefile.am @@ -208,7 +208,7 @@ EXTRA_DIST +=\ testdata/snippet.txt remove-cached-databases: - rm -rf .glass .multiglass .replicatmp .singlefileglass .stub + rm -rf .glass .honey .multiglass .replicatmp .singlefileglass .stub clean-local: remove-cached-databases -- 2.11.4.GIT