test: Update extant references to corpus.mail

971cdc72cd renamed corpus.mail to
corpora.mail. Although 971cdc72cd
updated some of the remaining corpus.mail references, two remained,
causing the test suite to leave behind an unignored corpora.mail
directory.
This commit is contained in:
Vladimir Panteleev 2017-08-17 00:41:09 +00:00 committed by David Bremner
parent 23eed88e32
commit 4d44976135
2 changed files with 2 additions and 2 deletions

2
test/.gitignore vendored
View file

@ -1,5 +1,5 @@
arg-test
corpus.mail
corpora.mail
hex-xcode
parse-time
random-corpus

View file

@ -50,6 +50,6 @@ echo
ev=$?
# Clean up
rm -rf test-results corpus.mail
rm -rf test-results corpora.mail
exit $ev