export MM_CHARSET in mhbuild test
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 18 Oct 2015 11:25:33 +0000 (13:25 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 18 Oct 2015 11:25:33 +0000 (13:25 +0200)
The test has some UTF-8 charracter to test the encoding.

test/tests/mhbuild/test-header-encode

index 9049f6f..422f970 100644 (file)
@@ -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