summaryrefslogtreecommitdiffstats
path: root/tests/msgfmt-1
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-17 17:45:22 +0000
committerBruno Haible <bruno@clisp.org>2001-01-17 17:45:22 +0000
commita7a991ef5dcd4db939e5a90957a431544d1864d8 (patch)
treec4b90b94b9ce88e7b9bb2b97568c1a8909240368 /tests/msgfmt-1
parent67053507debd8316db3c810227ab721d4eb15e38 (diff)
downloadexternal_gettext-a7a991ef5dcd4db939e5a90957a431544d1864d8.zip
external_gettext-a7a991ef5dcd4db939e5a90957a431544d1864d8.tar.gz
external_gettext-a7a991ef5dcd4db939e5a90957a431544d1864d8.tar.bz2
Since gettext is doesn't translate any more in the C locale, we must use
setlocale() in the testsuite. But since SunOS 4 and other old systems have no other locales than the C locale, we must implement a fake setlocale() ourselves.
Diffstat (limited to 'tests/msgfmt-1')
-rwxr-xr-xtests/msgfmt-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgfmt-1 b/tests/msgfmt-1
index 033843d..1d16434 100755
--- a/tests/msgfmt-1
+++ b/tests/msgfmt-1
@@ -2,7 +2,7 @@
TEXTDOMAINDIR=..
LANGUAGE=tests
-LC_ALL=
+LC_ALL=en
LC_MESSAGES=
LANG=
export TEXTDOMAINDIR LANGUAGE LC_ALL LC_MESSAGES LANG