diff options
Diffstat (limited to 'iconvdata/run-iconv-test.sh')
-rwxr-xr-x | iconvdata/run-iconv-test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/iconvdata/run-iconv-test.sh b/iconvdata/run-iconv-test.sh index 72b566bdcb..c28bb02270 100755 --- a/iconvdata/run-iconv-test.sh +++ b/iconvdata/run-iconv-test.sh @@ -32,8 +32,11 @@ trap "rm -f $temp1 $temp2" 1 2 3 15 GCONV_PATH=$codir/iconvdata export GCONV_PATH +# We have to have some directories in the library path. +LIBPATH=$codir:$codir/iconvdata + # How the start the iconv(1) program. -ICONV="$codir/elf/ld.so --library-path $codir $codir/iconv/iconv_prog" +ICONV="$codir/elf/ld.so --library-path $LIBPATH $codir/iconv/iconv_prog" # We read the file named TESTS. All non-empty lines not starting with # `#' are interpreted as commands. |