From 96c6767c747252fa6b050e2fdd2e67268fcc344b Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Sun, 18 Oct 2015 13:25:33 +0200 Subject: [PATCH] export MM_CHARSET in mhbuild test The test has some UTF-8 charracter to test the encoding. --- test/tests/mhbuild/test-header-encode | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4