diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 7d5f842d..73953272 100755 --- a/test/T070-insert.sh +++ b/test/T070-insert.sh @@ -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 diff --git a/test/corpora/indexing/mbox-attachment.eml b/test/corpora/insert/mbox-attachment.eml similarity index 100% rename from test/corpora/indexing/mbox-attachment.eml rename to test/corpora/insert/mbox-attachment.eml