Merge: tests: fix locale issue on non-Debian linux
authorJean Privat <jean@pryen.org>
Fri, 6 Apr 2018 02:04:36 +0000 (22:04 -0400)
committerJean Privat <jean@pryen.org>
Fri, 6 Apr 2018 02:04:36 +0000 (22:04 -0400)
commit7fb26c3138cea1b51598a6892007462b8b4fd31a
tree0a25518ccbede92497e63b2b42181c44f2c90acc
parent0dc0c187e5bb12e7ed8ae9254b22b7bdffaff936
parent732035c57ff83f17f6bf66d79fcfa9b127878a16
Merge: tests: fix locale issue on non-Debian linux

The C.UTF-8 locale is Debian-specific and causes issues on other
platforms.

To avoid setlocale error messages, the LC_ALL export will default on C
if C.UTF-8 is unavailable on the target platform.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>

Pull-Request: #2628