summaryrefslogtreecommitdiff
path: root/intl/tst-translit.sh
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-19 23:30:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-19 23:30:43 +0000
commite40a0d2113bfeb5018409ed25e9711e6da7d994b (patch)
tree49719c577bd5d3ba4da545a4a184a6a5326eee8d /intl/tst-translit.sh
parent728e272aec1b217bce32f1d75ecefb888e67b678 (diff)
Use $(run-program-prefix) in more shell script tests.
Diffstat (limited to 'intl/tst-translit.sh')
-rwxr-xr-xintl/tst-translit.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/intl/tst-translit.sh b/intl/tst-translit.sh
index 93159c7cef..27cd1bf95d 100755
--- a/intl/tst-translit.sh
+++ b/intl/tst-translit.sh
@@ -20,7 +20,8 @@
set -e
common_objpfx=$1
-objpfx=$2
+run_program_prefix=$2
+objpfx=$3
LC_ALL=C
export LC_ALL
@@ -36,7 +37,7 @@ export GCONV_PATH
LOCPATH=${common_objpfx}localedata
export LOCPATH
-${common_objpfx}elf/ld.so --library-path $common_objpfx \
+${run_program_prefix} \
${objpfx}tst-translit > ${objpfx}tst-translit.out ${objpfx}domaindir
exit $?