summaryrefslogtreecommitdiff
path: root/dev-vcs/git-cola/git-cola-4.13.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-cola/git-cola-4.13.0.ebuild')
-rw-r--r--dev-vcs/git-cola/git-cola-4.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.13.0.ebuild b/dev-vcs/git-cola/git-cola-4.13.0.ebuild
index e82cdc8aace4..d2743b50bb70 100644
--- a/dev-vcs/git-cola/git-cola-4.13.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.13.0.ebuild
@@ -52,7 +52,7 @@ src_test() {
python_test() {
cd "${T}" || die
- GIT_CONFIG_NOSYSTEM=true LC_ALL="C.utf8" \
+ GIT_CONFIG_NOSYSTEM=true LC_ALL="C.UTF-8" \
epytest "${S}"/test
}