[PATCH] test: clean up corpora.email

Subject: [PATCH] test: clean up corpora.email

Date: Sun, 27 Nov 2016 08:04:38 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


When we renamed corpus to corpora, we missed a spot.
---
 test/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.local b/test/Makefile.local
index 91b3693..f8cf90d 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -77,4 +77,4 @@ check: test
 SRCS := $(SRCS) $(test_srcs)
 CLEAN += $(TEST_BINARIES) $(addsuffix .o,$(TEST_BINARIES)) \
 	 $(dir)/database-test.o \
-	 $(dir)/corpus.mail $(dir)/test-results $(dir)/tmp.*
+	 $(dir)/corpora.mail $(dir)/test-results $(dir)/tmp.*
-- 
2.10.2


Thread: