From a3778bec6becc251879589ce30954b629c3df43d 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 --- test/dbus-daemon.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/dbus-daemon.c b/test/dbus-daemon.c index 17405678..baa6825a 100644 --- a/test/dbus-daemon.c +++ b/test/dbus-daemon.c @@ -518,6 +518,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.2