From 8084047ee3fa639fc0ca33035356e2ce11f0cab6 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 9 Mar 2012 10:29:32 -0500 Subject: [PATCH] logging test: unset G_MESSAGES_DEBUG Having G_MESSAGES_DEBUG=all in the environment will fail this testcase. --- glib/tests/logging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/tests/logging.c b/glib/tests/logging.c index aece490..8a6fe16 100644 --- a/glib/tests/logging.c +++ b/glib/tests/logging.c @@ -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/"); -- 2.7.4