summaryrefslogtreecommitdiff
path: root/iconvdata/tst-tables.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 02:13:58 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 02:13:58 +0000
commitbfc27ea433ec0af6a530507b2f4402d28c6a1857 (patch)
tree0762ab844793d37481fbc43a71bd07734586ba09 /iconvdata/tst-tables.sh
parent5985c772100b698aa6cf77997b06e4cfd047e7e7 (diff)
Update.
* iconvdata/tst-tables.sh: Add warning that GB18030 test might take longer.
Diffstat (limited to 'iconvdata/tst-tables.sh')
-rwxr-xr-xiconvdata/tst-tables.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh
index 1ca5271503..bc7706b1f5 100755
--- a/iconvdata/tst-tables.sh
+++ b/iconvdata/tst-tables.sh
@@ -201,9 +201,11 @@ cat <<EOF |
#ISO-2022-JP-2
#ISO-2022-KR
#ISO-2022-CN
+ #ISO-2022-CN-EXT
#
EOF
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