aboutsummaryrefslogtreecommitdiff
path: root/test/notmuch-test
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 /test/notmuch-test
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.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
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