summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/lang-objc
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/lang-objc')
-rwxr-xr-xgettext-tools/tests/lang-objc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/tests/lang-objc b/gettext-tools/tests/lang-objc
index 65fa92c..126246f 100755
--- a/gettext-tools/tests/lang-objc
+++ b/gettext-tools/tests/lang-objc
@@ -140,6 +140,7 @@ EOF
: ${LOCALE_FR=fr_FR}
: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
if test $LOCALE_FR != none; then
+ prepare_locale_ fr $LOCALE_FR
LANGUAGE= ./prog $LOCALE_FR 2 > prog.out
case $? in
0) ${DIFF} prog.ok prog.out || exit 1;;
@@ -148,6 +149,7 @@ if test $LOCALE_FR != none; then
esac
fi
if test $LOCALE_FR_UTF8 != none; then
+ prepare_locale_ fr $LOCALE_FR_UTF8
LANGUAGE= ./prog $LOCALE_FR_UTF8 2 > prog.out
case $? in
0) ${DIFF} prog.oku prog.out || exit 1;;