Do not suppress syslog test's stderr just because init is systemd
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Apr 2013 12:28:54 +0000 (13:28 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 8 Apr 2013 11:17:28 +0000 (12:17 +0100)
commit2ab900b678abb6df62790549b55230215f20a8a4
tree09ab594b96e00f1852f32778565a23ced44aaf84
parent60511bb9951c210b82e14f8b5b1a10a744acf6bc
Do not suppress syslog test's stderr just because init is systemd

This causes the test to fail. The assumption implicitly being made was
"if pid 1 is systemd, then every caller of _dbus_init_system_log() is a
systemd service" which is not valid for the regression test.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63163
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Colin Walters <walters@verbum.org>
bus/bus.c
dbus/dbus-sysdeps-util-unix.c
dbus/dbus-sysdeps-util-win.c
dbus/dbus-sysdeps.h
test/internals/syslog.c