Skip to content
Snippets Groups Projects
Commit d1665be6 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Verify that p-v-locale-gen creates .utf8 aliases


Previously we were missing coverage for this.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 913c7648
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ else
# shellcheck disable=SC2030
(
cd "$tmpdir/1"
export LC_CTYPE=cy_GB.UTF-8
export LC_CTYPE=cy_GB.utf8
export LC_COLLATE=cs_CZ
export LC_IDENTIFICATION=it_IT@euro
export LC_MEASUREMENT=mn_MN
......@@ -158,6 +158,7 @@ else
for locale in \
cs_CZ \
cy_GB.UTF-8 \
cy_GB.utf8 \
en_AU.UTF-8 \
en_DK \
en_GB.ISO-8859-15 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment