X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Fformat%2Ftest-localmbox;h=9fc662f87fb65f35991df624d8e17425bce28865;hb=374ece2e88368afd6e0a29c4ee4b75ffa9e28b39;hp=d3c43ef30c8ca2dc0811b46049c8a0aeaa889ce6;hpb=8f75811e49388577186fc634e931edc1834b59c9;p=mmh diff --git a/test/format/test-localmbox b/test/format/test-localmbox index d3c43ef..9fc662f 100755 --- a/test/format/test-localmbox +++ b/test/format/test-localmbox @@ -15,6 +15,10 @@ setup_test testname="Some User " +#### Remove existing Local-Mailbox: profile component, if any. Then +#### add one. +grep -v 'Local-Mailbox: ' ${MH} > ${MH}.new +mv -f ${MH}.new ${MH} echo "Local-Mailbox: ${testname}" >> ${MH} # We can use "ap" to get the output of format commands