aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-02-11 22:47:03 -0400
committerDavid Bremner <david@tethera.net>2022-02-19 22:11:35 -0400
commitb320d3fb59d80b071459a0b2f28c4340ac687327 (patch)
treef8973b6e7b59b91c40006ddcf676eebab1b4793a /test
parent329bb4ddf4278edb14e3ff335d7547c0e0396b8e (diff)
CLI/insert: escape envelope from
The idea is to do as little parsing and modification of the delivered message as possible. Luckily the position of the "envelope header" lets us escape it by replacing the first 5 characters of the stream with a regular header name (with ':').
Diffstat (limited to 'test')
-rwxr-xr-xtest/T070-insert.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T070-insert.sh b/test/T070-insert.sh
index a297fa73..e1e3b151 100755
--- a/test/T070-insert.sh
+++ b/test/T070-insert.sh
@@ -293,7 +293,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION ; do
done
test_begin_subtest "insert converts mboxes on delivery"
-test_subtest_known_broken
notmuch insert +unmboxed < "${TEST_DIRECTORY}"/corpora/indexing/mbox-attachment.eml
output=$(notmuch count tag:unmboxed)
test_expect_equal "${output}" 1