diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 04:56:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 04:56:00 +0000 |
commit | d2afebcce46f40e9d96fc48e541aa5a6d8deac9b (patch) | |
tree | a6cd43082f0317ad70fd5598d55d6146e0cddbe5 /intl/tst-gettext.sh | |
parent | a99bfa85d82aecc3eb780779377a9e178e7189d2 (diff) | |
download | glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.tar glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.tar.gz glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.tar.bz2 glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.zip |
Update.
2002-07-15 Ulrich Drepper <drepper@redhat.com>
* intl/tst-gettext.sh: Pass -f option to msgfmt.
* intl/tst-gettext.c: Correctly handle untranslated messages in
positive tests.
* po/de.po: Update from translation team.
Diffstat (limited to 'intl/tst-gettext.sh')
-rwxr-xr-x | intl/tst-gettext.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh index 3c7ccc392e..91abd38d95 100755 --- a/intl/tst-gettext.sh +++ b/intl/tst-gettext.sh @@ -49,9 +49,9 @@ test -d ${objpfx}localedir/existing-locale/LC_MESSAGES || { # Populate them. msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/existing-domain.mo \ - ../po/de.po + -f ../po/de.po msgfmt -o ${objpfx}domaindir/existing-locale/LC_TIME/existing-time-domain.mo \ - ../po/de.po + -f ../po/de.po GCONV_PATH=${common_objpfx}iconvdata export GCONV_PATH |