1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

tests: fix locale used to execute tests

This commit is contained in:
Sébastien Helleu
2015-12-24 22:48:10 +01:00
parent e46d23905c
commit 415dea5c74
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ main (int argc, char *argv[])
char *weechat_tests_args, *args, **weechat_argv;
/* setup environment: default language, no specific timezone */
setenv ("LANG", "C", 1);
setenv ("LC_ALL", "C", 1);
setenv ("TZ", "", 1);
/* build arguments for WeeChat */