]> Savannah Git Hosting - gnulib.git/commitdiff
unicase/locale-language-tests: fix LOCALE_FR test
authorDaiki Ueno <ueno@gnu.org>
Fri, 12 Dec 2014 00:20:59 +0000 (09:20 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 14 Dec 2014 01:29:59 +0000 (10:29 +0900)
* tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for
a French locale with traditional encoding.
Reported by umerqayam in:
http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html

ChangeLog
tests/unicase/test-locale-language.sh

index df4d8d4f565a54e9190309b7af1e6108be27a0f3..7e5fe91defaf2d5cd72198fd13bc54336f7c0a7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-12-12  Daiki Ueno  <ueno@gnu.org>
+
+       unicase/locale-language-tests: fix LOCALE_FR test
+       * tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for
+       a French locale with traditional encoding.
+       Reported by umerqayam in:
+       http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
+
 2014-12-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        stddef: support C11's max_align_t
index 0a04a0dadb5edc42199c76bb150156e89b4ee0d6..2aa34608778f095a3423a30b382bb10257278292 100755 (executable)
@@ -3,8 +3,8 @@
 LC_ALL=C                       ./test-locale-language${EXEEXT} '' || exit 1
 
 : ${LOCALE_FR=fr_FR}
-if test $LOCALE_FR_UTF8 != none; then
-  LC_ALL=$LOCALE_FR_UTF8       ./test-locale-language${EXEEXT} fr || exit 1
+if test $LOCALE_FR != none; then
+  LC_ALL=$LOCALE_FR            ./test-locale-language${EXEEXT} fr || exit 1
 fi
 
 : ${LOCALE_FR_UTF8=fr_FR.UTF-8}