diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-06 05:11:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-06 05:11:18 +0000 |
commit | b344de2a1c69a82e8ab6d22c31d487233c389f6d (patch) | |
tree | 13aea6cf5a0361ceb0d9c94af7592f66f8d0af3d /intl/tst-translit.sh | |
parent | 3fc2f6c8cb7bf6b5d6f81b0759acd18c383d5c4b (diff) | |
download | glibc-b344de2a1c69a82e8ab6d22c31d487233c389f6d.tar.gz glibc-b344de2a1c69a82e8ab6d22c31d487233c389f6d.tar.xz glibc-b344de2a1c69a82e8ab6d22c31d487233c389f6d.zip |
Update.
* intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the test just before the test runs. * intl/tst-translit.sh: Likewise. * intl/tst-codeset.sh: Likewise.
Diffstat (limited to 'intl/tst-translit.sh')
-rwxr-xr-x | intl/tst-translit.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/tst-translit.sh b/intl/tst-translit.sh index 1a4a783a5a..e2508df4df 100755 --- a/intl/tst-translit.sh +++ b/intl/tst-translit.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test of transliteration in gettext functions. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # @@ -22,16 +22,16 @@ common_objpfx=$1 objpfx=$2 -GCONV_PATH=${common_objpfx}iconvdata -export GCONV_PATH -LOCPATH=${common_objpfx}localedata -export LOCPATH LC_ALL=C export LC_ALL msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/translit.mo \ translit.po +GCONV_PATH=${common_objpfx}iconvdata +export GCONV_PATH +LOCPATH=${common_objpfx}localedata +export LOCPATH ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${objpfx}tst-translit > ${objpfx}tst-translit.out ${objpfx}domaindir |