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