X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT190-multipart.sh;h=d3b7f87cc32ea321f03fc520b9eb02fc3e278e90;hb=fb4a0967cab7df737d5d53199a48a0e79c429b61;hp=6f715ff9b42e834b03ef67e1ebc8f25b89756a59;hpb=4cb789aa090fb6ba3c7897584ecbcc0a547b2f81;p=notmuch diff --git a/test/T190-multipart.sh b/test/T190-multipart.sh index 6f715ff9..d3b7f87c 100755 --- a/test/T190-multipart.sh +++ b/test/T190-multipart.sh @@ -683,7 +683,7 @@ test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED)" test_begin_subtest "'notmuch show --part' does not corrupt a part with CRLF pair" notmuch show --format=raw --part=3 id:base64-part-with-crlf > crlf.out -echo -n -e "\xEF\x0D\x0A" > crlf.expected +printf "\xEF\x0D\x0A" > crlf.expected test_expect_equal_file crlf.out crlf.expected @@ -725,8 +725,7 @@ EOF notmuch new > /dev/null -cat_expected_head () -{ +cat_expected_head () { cat <