X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT210-raw.sh;h=9a8b990c1c3fb4d923b5414a65198986a5412759;hp=85e707d4741c8eb441535ac6a9a1fd7b9496764a;hb=e9f8ffd882aba446ee27a9c32bb1e1475512d3f7;hpb=4539d68e3bd1ade7a4e47600223a1e76bd99f3fa diff --git a/test/T210-raw.sh b/test/T210-raw.sh index 85e707d4..9a8b990c 100755 --- a/test/T210-raw.sh +++ b/test/T210-raw.sh @@ -40,7 +40,7 @@ for pow in range(10,21): msg['To'] = msg['From'] msg['Message-Id'] = 'size-{:07d}@notmuch-test-suite'.format(size) content = "" - msg.set_content("") + msg.set_content("\n") padding = size - len(bytes(msg)) lines = [] while padding > 0: