mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
test: rename indexing corpus
The corpus is not really suitable for general indexing test since the sole message is ignored (and will most likely continue to be ignored) by notmuch-new.
This commit is contained in:
parent
2e5ef69fbf
commit
a832f940e1
2 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION ; do
|
|||
done
|
||||
|
||||
test_begin_subtest "insert converts mboxes on delivery"
|
||||
notmuch insert +unmboxed < "${TEST_DIRECTORY}"/corpora/indexing/mbox-attachment.eml
|
||||
notmuch insert +unmboxed < "${TEST_DIRECTORY}"/corpora/insert/mbox-attachment.eml
|
||||
output=$(notmuch count tag:unmboxed)
|
||||
test_expect_equal "${output}" 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue