logging test: unset G_MESSAGES_DEBUG

Having G_MESSAGES_DEBUG=all in the environment will fail this testcase.
This commit is contained in:
Ryan Lortie 2012-03-09 10:29:32 -05:00
parent 265f265c67
commit 8084047ee3

View File

@ -261,6 +261,8 @@ bug653052 (void)
int
main (int argc, char *argv[])
{
unsetenv ("G_MESSAGES_DEBUG");
g_test_init (&argc, &argv, NULL);
g_test_bug_base ("http://bugzilla.gnome.org/");