From 6b4605237775d884a4112a91010c49414d5eaa26 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Jun 2017 15:59:44 +0100 Subject: [PATCH 39/49] 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 57d7ceea..7af3a948 100644 --- a/test/dbus-daemon.c +++ b/test/dbus-daemon.c @@ -517,6 +517,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.11.0