mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 06:28:00 +02:00
test/dbus-daemon: Assert absence of Containers1 credentials
These connections are not to a container server. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
This commit is contained in:
parent
843acf3c59
commit
59100558bd
1 changed files with 4 additions and 0 deletions
|
|
@ -507,6 +507,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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue