From 28f47eef834e539198c49f8a8246983111083521 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Jun 2017 15:59:44 +0100 Subject: [PATCH] test/dbus-daemon: Assert absence of Containers1 credentials These connections are not to a container server. Signed-off-by: Simon McVittie https://bugs.freedesktop.org/show_bug.cgi?id=101354 --- test/dbus-daemon.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/dbus-daemon.c b/test/dbus-daemon.c index 45619e2d..7444bea9 100644 --- a/test/dbus-daemon.c +++ b/test/dbus-daemon.c @@ -516,6 +516,10 @@ test_creds (Fixture *f, g_assert_not_reached (); #endif } + else if (g_str_has_prefix (name, DBUS_INTERFACE_CONTAINERS1 ".")) + { + g_assert_not_reached (); + } dbus_message_iter_next (&arr_iter); } -- 2.13.3