aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Panteleev <notmuch@thecybershadow.net>2017-08-17 00:41:09 +0000
committerDavid Bremner <david@tethera.net>2017-08-18 19:42:19 -0300
commit4d44976135ec69316f3f681cf7083e5188ab9d70 (patch)
tree8bf1a0b35504501227bf627a42928dfe16cc579d
parent23eed88e32551d9e0cb9a86eae0a562a049a58af (diff)
test: Update extant references to corpus.mail
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.
-rw-r--r--test/.gitignore2
-rwxr-xr-xtest/notmuch-test2
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