d1ed09
From fe803a6da0c7d73cd689d905258847384e11d1fd Mon Sep 17 00:00:00 2001
d1ed09
From: Ray Strode <rstrode@redhat.com>
d1ed09
Date: Mon, 17 Dec 2018 14:36:07 -0500
d1ed09
Subject: [PATCH] gdbus unix addresses test: don't g_debug when also testing
d1ed09
 stdout
d1ed09
d1ed09
At the moment the gdbus-unix-addresses test will fail if
d1ed09
G_MESSAGES_DEBUG is set, since the test checks stdout, and the
d1ed09
test has a g_debug call.
d1ed09
d1ed09
This commit drops the g_debug call, which isn't that useful anyway.
d1ed09
---
d1ed09
 gio/tests/gdbus-unix-addresses.c | 1 -
d1ed09
 1 file changed, 1 deletion(-)
d1ed09
d1ed09
diff --git a/gio/tests/gdbus-unix-addresses.c b/gio/tests/gdbus-unix-addresses.c
d1ed09
index e08328711..d020edd06 100644
d1ed09
--- a/gio/tests/gdbus-unix-addresses.c
d1ed09
+++ b/gio/tests/gdbus-unix-addresses.c
d1ed09
@@ -106,7 +106,6 @@ set_up_mock_dbus_launch (void)
d1ed09
 {
d1ed09
   path = g_strconcat (g_test_get_dir (G_TEST_BUILT), ":",
d1ed09
       g_getenv ("PATH"), NULL);
d1ed09
-  g_debug ("PATH=%s", path);
d1ed09
   g_setenv ("PATH", path, TRUE);
d1ed09
 
d1ed09
   /* libdbus won't even try X11 autolaunch if DISPLAY is unset; GDBus