]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / mhfixmsg / test-mhfixmsg
index 167c2379f64f905f9ec6bad5b71b699077b8a3fe..fdc6ece3a38d4a1af26982b07f67c523998524b6 100755 (executable)
@@ -16,9 +16,10 @@ fi
 
 setup_test
 
 
 setup_test
 
+mhfixmsg - >/dev/null 2>&1 || true  # gcov
+
 #### Make sure that html-to-text conversion is what we expect.
 #### Make sure that html-to-text conversion is what we expect.
-require_locale en_US.utf-8 en_US.utf8
-LC_ALL=en_US.UTF-8; export LC_ALL
+require_locale en_US.UTF-8 en_US.UTF8 en_US.utf-8 en_US.utf8
 
 expected="$MH_TEST_DIR/test-mhfixmsg$$.expected"
 expected_err="$MH_TEST_DIR/test-mhfixmsg$$.expected_err"
 
 expected="$MH_TEST_DIR/test-mhfixmsg$$.expected"
 expected_err="$MH_TEST_DIR/test-mhfixmsg$$.expected_err"