mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Clean up localedata/tst-wctype.sh to match how it is called.
This commit is contained in:
parent
38c7829650
commit
3c97f6525f
@ -1,3 +1,10 @@
|
||||
2012-10-19 Jim Blandy <jimb@codesourcery.com>
|
||||
Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* localedata/tst-wctype.sh (run_program_prefix): Remove variable.
|
||||
(tst_wctype): New variable. Use it directly to run test program
|
||||
instead of passing test program name as argument.
|
||||
|
||||
2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #14716]
|
||||
|
@ -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 $?
|
||||
|
Loading…
Reference in New Issue
Block a user