test/data: use UTF-8 locale on all manifests

The manifests set a "en_US" locale but this causes gnome-terminal to not
run due a non UTF-8 locale being used, which is an unsupported config:

gnome-terminal-server[1899]: Non UTF-8 locale (ISO-8859-1) is not supported!

Reported-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2021-07-14 12:37:40 +02:00 committed by Christian Kellner
parent 2bc0088767
commit 6901c4dfc5
14 changed files with 18 additions and 18 deletions

View file

@ -726,7 +726,7 @@
{
"type": "org.osbuild.locale",
"options": {
"language": "en_US"
"language": "en_US.UTF-8"
}
},
{
@ -978,7 +978,7 @@
{
"type": "org.osbuild.locale",
"options": {
"language": "en_US"
"language": "en_US.UTF-8"
}
}
]