mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
test: Fix typo in test description
Part 4 is a multipart, not an html part.
This commit is contained in:
parent
fc4e5248d2
commit
d2e96a35a5
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ test_subtest_known_broken
|
||||||
notmuch show --format=raw --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
|
notmuch show --format=raw --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
|
||||||
test_expect_equal_file OUTPUT embedded_message
|
test_expect_equal_file OUTPUT embedded_message
|
||||||
|
|
||||||
test_begin_subtest "--format=raw --part=4, rfc822's html part"
|
test_begin_subtest "--format=raw --part=4, rfc822's multipart"
|
||||||
notmuch show --format=raw --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
|
notmuch show --format=raw --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
|
||||||
cat <<EOF >EXPECTED
|
cat <<EOF >EXPECTED
|
||||||
<p>This is an embedded message, with a multipart/alternative part.</p>
|
<p>This is an embedded message, with a multipart/alternative part.</p>
|
||||||
|
|
Loading…
Reference in a new issue