diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-18 00:23:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-18 00:23:52 +0000 |
commit | 498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a (patch) | |
tree | a29c5a6acad6cd430cca56c33ce0d17e751ac3f9 /localedata/tst-trans.sh | |
parent | ce723583fc8c5241879dfb5c1d7f940ded72f283 (diff) | |
download | glibc-498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a.tar glibc-498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a.tar.gz glibc-498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a.tar.bz2 glibc-498b733ef0c21d5ecf9ef1dd284c48b2cecb7b0a.zip |
Update.
* locale/programs/ld-ctype.c (ctype_output): Really write out
mboutdigits information.
* localedata/tst-trans.c: Add code to test printf's I flag with locale.
* localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
* localedata/tests/trans.def: Add outdigit information.
* localedata/tst-mbswcs3.c: Remove comment.
Diffstat (limited to 'localedata/tst-trans.sh')
-rwxr-xr-x | localedata/tst-trans.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh index c4fe934133..c17525dd18 100755 --- a/localedata/tst-trans.sh +++ b/localedata/tst-trans.sh @@ -29,8 +29,8 @@ ${common_objpfx}localedata/tt_TT || exit 1 # Run the test program. -LOCPATH=${common_objpfx}localedata LC_ALL=tt_TT \ -${common_objpfx}elf/ld.so --library-path $common_objpfx \ +LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}iconvdata \ +LC_ALL=tt_TT ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}localedata/tst-trans > ${common_objpfx}localedata/tst-trans.out exit $? |