export MM_CHARSET in mhbuild test
[mmh] / 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