]> git.notmuchmail.org Git - notmuch/blobdiff - test/T190-multipart.sh
removed use of 'echo -n' (and echo -n -e ...)
[notmuch] / test / T190-multipart.sh
index 3545a59998e91ef5537ef0473eb876d860260072..d3b7f87cc32ea321f03fc520b9eb02fc3e278e90 100755 (executable)
@@ -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