mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-27 22:42:16 +01:00
tests: Fix tests that fail with non-English locales
Some tests check whether the translated messages are expected, so we have to force the use of English locales for them. https://bugzilla.gnome.org/show_bug.cgi?id=748610
This commit is contained in:
@@ -905,6 +905,7 @@ int
|
||||
main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
g_setenv ("LC_ALL", "C", TRUE);
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_add_func ("/fileutils/build-path", test_build_path);
|
||||
|
||||
Reference in New Issue
Block a user