[PATCH 1/2] test: Update extant references to corpus.mail

Vladimir Panteleev notmuch at thecybershadow.net
Wed Aug 16 17:41:09 PDT 2017


971cdc72cdb80f060193bc0914dc9badcc29696b renamed corpus.mail to
corpora.mail. Although 971cdc72cdb80f060193bc0914dc9badcc29696b
updated some of the remaining corpus.mail references, two remained,
causing the test suite to leave behind an unignored corpora.mail
directory.
---
 test/.gitignore   | 2 +-
 test/notmuch-test | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/.gitignore b/test/.gitignore
index 0579feef..226019ed 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,5 +1,5 @@
 arg-test
-corpus.mail
+corpora.mail
 hex-xcode
 parse-time
 random-corpus
diff --git a/test/notmuch-test b/test/notmuch-test
index e7d3151c..9d9df7df 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -50,6 +50,6 @@ echo
 ev=$?
 
 # Clean up
-rm -rf test-results corpus.mail
+rm -rf test-results corpora.mail
 
 exit $ev
-- 
2.13.3



More information about the notmuch mailing list