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