test: Update extant references to corpus.mail
authorVladimir Panteleev <notmuch@thecybershadow.net>
Thu, 17 Aug 2017 00:41:09 +0000 (00:41 +0000)
committerDavid Bremner <david@tethera.net>
Fri, 18 Aug 2017 22:42:19 +0000 (19:42 -0300)
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
test/notmuch-test

index 0579feef25c659f6da7752b54e93bb672d95b21c..226019ed975913ff7141565012b11a29be3cdd3a 100644 (file)
@@ -1,5 +1,5 @@
 arg-test
-corpus.mail
+corpora.mail
 hex-xcode
 parse-time
 random-corpus
index e7d3151ce8cbb528c68d6526ba4c39a035d5a1eb..9d9df7dfedbe8f80caf3816e88225567edd3f284 100755 (executable)
@@ -50,6 +50,6 @@ echo
 ev=$?
 
 # Clean up
-rm -rf test-results corpus.mail
+rm -rf test-results corpora.mail
 
 exit $ev