]> git.marmaro.de Git - mmh/commitdiff
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 9049f6fa4862f6950ccde57905abed5165f417cd..422f970777ceb715bfb61786bb3d3117a896f19e 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