about summary refs log tree commit diff
path: root/localedata/tst-ctype.sh
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tst-ctype.sh')
-rwxr-xr-xlocaledata/tst-ctype.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh
index 6946c30671..135d7b4daf 100755
--- a/localedata/tst-ctype.sh
+++ b/localedata/tst-ctype.sh
@@ -46,7 +46,7 @@ status=0
 
 # Run the test programs.
 rm -f ${common_objpfx}localedata/tst-ctype.out
-for loc in de_DE en_US ja_JP.EUC-JP; do
+for loc in de_DE de_DE.UTF-8 en_US ja_JP.EUC-JP; do
   if test -f tst-ctype-$loc.in; then
     input=tst-ctype-$loc.in
   else