diff options
author | Jim Blandy <jimb@codesourcery.com> | 2012-10-19 19:59:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-19 19:59:34 +0000 |
commit | 3c97f6525fcb4b7696e50d4d7a122daaedf3ea45 (patch) | |
tree | b151dd9fb67e0436b53730c0459edfed85381b0e /localedata | |
parent | 38c78296506316d4f84df2bd095f5efe6804308e (diff) | |
download | glibc-3c97f6525fcb4b7696e50d4d7a122daaedf3ea45.tar.gz glibc-3c97f6525fcb4b7696e50d4d7a122daaedf3ea45.tar.xz glibc-3c97f6525fcb4b7696e50d4d7a122daaedf3ea45.zip |
Clean up localedata/tst-wctype.sh to match how it is called.
Diffstat (limited to 'localedata')
-rwxr-xr-x | localedata/tst-wctype.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/localedata/tst-wctype.sh b/localedata/tst-wctype.sh index 0dd8a82fa2..8cb34b8570 100755 --- a/localedata/tst-wctype.sh +++ b/localedata/tst-wctype.sh @@ -20,12 +20,11 @@ set -e common_objpfx=$1 -run_program_prefix=$2 +tst_wctype=$2 # Run the test program. LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}iconvdata \ -LC_ALL=ja_JP.EUC-JP ${run_program_prefix} \ - ${common_objpfx}localedata/tst-wctype < tst-wctype.input \ +LC_ALL=ja_JP.EUC-JP ${tst_wctype} < tst-wctype.input \ > ${common_objpfx}localedata/tst-wctype.out exit $? |