From f781b7e7d25102006a9fbf0fcae4ae4b33ab8e2b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 27 Nov 2016 08:04:38 -0400 Subject: [PATCH] test: clean up corpora.email 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 91b36936..f8cf90d0 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.43.0