summary refs log tree commit diff
path: root/localedata/tst-trans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tst-trans.sh')
-rwxr-xr-xlocaledata/tst-trans.sh4
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 $?