1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +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
View File
@@ -73,6 +73,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* relay: display the arrow before client id and protocol in raw buffer
* ruby: fix load of scripts requiring "uri" (issue #433)
* ruby: fix Ruby detection when pkg-config is not installed
* tests: fix locale used to execute tests
[[1.3]]
== Version 1.3 (2015-08-16)
+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 */