diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c index 01d8b18dd..edd7c8e95 100644 --- a/gio/tests/gsettings.c +++ b/gio/tests/gsettings.c @@ -1012,6 +1012,8 @@ test_keyfile (void) int main (int argc, char *argv[]) { + setlocale (LC_ALL, ""); + g_setenv ("GSETTINGS_SCHEMA_DIR", ".", TRUE); g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);