]> diplodocus.org Git - nmh/blobdiff - test/scan/test-scan-multibyte
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / test / scan / test-scan-multibyte
index 3ce5df76e02bd15149176b06c0c6351c99a7f8e0..bab76b6c1ad3b53a16c633b2f95f4bb3402a9c77 100755 (executable)
@@ -26,8 +26,7 @@ if test "${MULTIBYTE_ENABLED}" -ne 1; then
     test_skip "configure did not detect multibyte support"
 fi
 
     test_skip "configure did not detect multibyte support"
 fi
 
-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
 
 #
 # Create a test message with RFC 2047 headers we can scan
 
 #
 # Create a test message with RFC 2047 headers we can scan