]> Sergey Matveev's repositories - public-inbox.git/commit
test_lei: use consistent locale for error messages
authorEric Wong <e@80x24.org>
Tue, 1 Feb 2022 23:34:28 +0000 (23:34 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Feb 2022 19:44:58 +0000 (19:44 +0000)
commit303c3507b4aefc0e08d792de02357ea9ab0fc322
tree20241712c6388f50405d3bdd09959c63e6492a39
parent760c225c3831a9164f11ddf9d5318ad6c3f84bb8
test_lei: use consistent locale for error messages

git-config(1) error messages are locale-dependent, so follow
the lead taken by git's own test suite and set LC_ALL=C and LANG=C
to ensure error messages we check against are not localized.

Reported-by: Julien Moutinho <julm+public-inbox@sourcephile.fr>
lib/PublicInbox/TestCommon.pm