From: Philipp Takacs Date: Sun, 18 Oct 2015 11:25:33 +0000 (+0200) Subject: export MM_CHARSET in mhbuild test X-Git-Tag: mmh-0.2-RC1~14^2~3 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=96c6767c747252fa6b050e2fdd2e67268fcc344b export MM_CHARSET in mhbuild test The test has some UTF-8 charracter to test the encoding. --- diff --git a/test/tests/mhbuild/test-header-encode b/test/tests/mhbuild/test-header-encode index 9049f6f..422f970 100644 --- a/test/tests/mhbuild/test-header-encode +++ b/test/tests/mhbuild/test-header-encode @@ -7,6 +7,7 @@ # TODO: Move to a common file tests can source; need more framework... failed=0 +export MM_CHARSET=UTF-8 check() { diff -u $expected $actual if [ $? -ne 0 ]; then