summaryrefslogtreecommitdiff
path: root/tests/test-mbrtowc4.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-03-24 08:54:48 +0100
committerJörg Frings-Fürst <debian@jff.email>2024-03-24 08:54:48 +0100
commit163a663518f33bab48b28431972e580b366b4d49 (patch)
treef518ffabaca4a0b93f0103d617e803792d3b0b43 /tests/test-mbrtowc4.sh
parent1b3a8d5ad2ea2f099d514d9dd51ebf926a628076 (diff)
parentdd0000f7e25abe6c28d4329d324fd7fcab54094f (diff)
Merge branch 'release/debian/1.2-1'HEADdebian/1.2-1master
Diffstat (limited to 'tests/test-mbrtowc4.sh')
-rwxr-xr-xtests/test-mbrtowc4.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/test-mbrtowc4.sh b/tests/test-mbrtowc4.sh
deleted file mode 100755
index 7da23a3c..00000000
--- a/tests/test-mbrtowc4.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# Test whether a specific GB18030 locale is installed.
-: "${LOCALE_ZH_CN=zh_CN.GB18030}"
-if test $LOCALE_ZH_CN = none; then
- if test -f /usr/bin/localedef; then
- echo "Skipping test: no transitional chinese locale is installed"
- else
- echo "Skipping test: no transitional chinese locale is supported"
- fi
- exit 77
-fi
-
-LC_ALL=$LOCALE_ZH_CN \
-${CHECKER} ./test-mbrtowc${EXEEXT} 4