Fix test/tests/send/test-mimeify
authormarkus schnalke <meillo@marmaro.de>
Sun, 4 Nov 2018 13:07:43 +0000 (14:07 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sun, 4 Nov 2018 13:07:43 +0000 (14:07 +0100)
commit9deab9cb456aa52ea9857663304f322b5c6be72d
tree0bf30a4ee0bfdf5f3926e2c70e362460a9bfb496
parent410e6cccd38f176e9df34e5565d04f6f96c7e815
Fix test/tests/send/test-mimeify

The size differences came from generated values of the Content-ID
headers. They depend on the hostname and thus vary in length. leading
to different MIME part sizes. The solution is replacing all
Content-IDs with static values. The helper function replace_contentid()
is added to commons.sh.
test/common.sh
test/tests/send/test-mimeify