mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Force C.UTF-8 locale for messages instead of en_US.UTF-8
This commit is contained in:
parent
aeb6c612e9
commit
fa4ff197aa
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class IntegrationTest(unittest.TestCase):
|
|||
)
|
||||
self.assert_run(
|
||||
self.fdroid_cmd + ["update", "--verbose", "--pretty"],
|
||||
env=os.environ | {"LC_MESSAGES": "en_US.UTF-8"},
|
||||
env=os.environ | {"LC_MESSAGES": "C.UTF-8"},
|
||||
)
|
||||
index_xml = Path("repo/index.xml").read_text()
|
||||
self.assertIn("<application id=", index_xml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue