X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Ftests%2Fmhbuild%2Ftest-header-encode;h=047f7dc1d9b76d0a907acda0ba8a42136b4c07b1;hb=88b2142594d5ea1e8385dae5eca81eed1018c555;hp=9049f6fa4862f6950ccde57905abed5165f417cd;hpb=3cbdaea22c94d1c1d13e11b1ea6e55d3d9408771;p=mmh diff --git a/test/tests/mhbuild/test-header-encode b/test/tests/mhbuild/test-header-encode index 9049f6f..047f7dc 100644 --- a/test/tests/mhbuild/test-header-encode +++ b/test/tests/mhbuild/test-header-encode @@ -5,38 +5,25 @@ # ###################################################### -# TODO: Move to a common file tests can source; need more framework... -failed=0 -check() { - diff -u $expected $actual - if [ $? -ne 0 ]; then - failed=$((failed + 1)) - fi -} - -# Make a draft file forwarding two messages. -mkdraft() { - cat > $draft <"$draft" < To: Somebody Subject: This is ä test This is a test -EOF -} - -# Munge the Content-Id from the draft after mhbuild, so we have a reliable -# value to check. -mungedraft() { - sed 's/\(Content-ID:\) <[^>][^>]*>/\1 /' $draft > $actual -} +! -draft=$MH_TEST_DIR/$$.draft -expected=$MH_TEST_DIR/$$.expected -actual=$MH_TEST_DIR/$$.actual +runandcheck 'mhbuild "$draft"' < $expected </" "$draft"' < To: Somebody Subject: =?UTF-8?Q?This_is_=C3=A4_test?= @@ -45,10 +32,29 @@ Content-Type: text/plain; charset="us-ascii" Content-ID: This is a test -EOF -mkdraft -mhbuild $draft -mungedraft -check +! -exit $failed + +# To + From + +cat >"$draft" < +To: Gönül +Subject: Names with Umlauts + +This is a test +! + +runandcheck 'mhbuild "$draft"' </" "$draft"' < +To: =?UTF-8?Q?G=C3=B6n=C3=BCl?= +Subject: Names with Umlauts +MIME-Version: 1.0 +Content-Type: text/plain; charset="us-ascii" +Content-ID: + +This is a test +!