diff options
Diffstat (limited to 'iconvdata/tst-tables.sh')
-rwxr-xr-x | iconvdata/tst-tables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh index d5a74621ce..6c63776087 100755 --- a/iconvdata/tst-tables.sh +++ b/iconvdata/tst-tables.sh @@ -209,7 +209,7 @@ while read charset charmap; do if test "$charset" = GB18030; then echo "This might take a while" 1>&2; fi case ${charset} in \#*) continue;; esac echo -n "Testing ${charset}" 1>&2 - if ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}; then + if ${SHELL} tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}; then echo 1>&2 else echo "failed: ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}" |