mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'unset-language' into 'master'
tests: Unset LANGUAGE when running gdatetime tests See merge request GNOME/glib!504
This commit is contained in:
commit
c1b2a38d5a
@ -2449,6 +2449,10 @@ gint
|
||||
main (gint argc,
|
||||
gchar *argv[])
|
||||
{
|
||||
/* In glibc, LANGUAGE is used as highest priority guess for category value.
|
||||
* Unset it to avoid interference with tests using setlocale and translation. */
|
||||
g_unsetenv ("LANGUAGE");
|
||||
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
g_test_bug_base ("http://bugzilla.gnome.org/");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user