Skip to content

Fix failing gdbus-unix-addresses test when G_MESSAGES_DEBUG is set

This test assumes the subprocess does not print anything else on stdout other than the dbus address, otherwise g_test_trap_assert_stdout() fails to match. But if the env running tests has G_MESSAGES_DEBUG=all then it will also print "PATH=%s".

Merge request reports