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)
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


Trivial merge