]> diplodocus.org Git - nmh/blobdiff - test/mhbuild/test-header-encode
Replaced use of ! with || true, for ultimate Bourne shell compatiblity.
[nmh] / test / mhbuild / test-header-encode
index e96783f6e2b791e5a358832d3b99f98608282f3b..8c2564b98a9ad8286b1bbf38aebcc65ee6cf1204 100755 (executable)
@@ -15,14 +15,16 @@ fi
 . "${MH_OBJ_DIR}/test/common.sh"
 
 setup_test
 . "${MH_OBJ_DIR}/test/common.sh"
 
 setup_test
+
+mhbuild -h >/dev/null 2>&1 || true  # gcov
+
 testname="${MH_TEST_DIR}/$$"
 backupname="${MH_TEST_DIR}/`mhparam sbackup`$$"
 
 #
 # We're going to hardcode UTF-8 for this test.
 #
 testname="${MH_TEST_DIR}/$$"
 backupname="${MH_TEST_DIR}/`mhparam sbackup`$$"
 
 #
 # We're going to hardcode UTF-8 for this test.
 #
-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
 
 #
 # Basic test of encoding a short subject
 
 #
 # Basic test of encoding a short subject