This check is now possible because with merge request
https://gitlab.freedesktop.org/dbus/dbus/merge_requests/55
the prerequisites are valid.
It was already run if built with Autotools, because DBUS_WIN_FIXME
was only defined in the CMake build system.
[smcv: Add more context regarding Autotools vs. CMake]
Signed-off-by: Simon McVittie <smcv@collabora.com>
if (!check_get_connection_unix_user (context, baz))
_dbus_test_fatal ("GetConnectionUnixUser message failed");
-#ifdef DBUS_WIN_FIXME
- _dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n");
-#else
if (!check_get_connection_unix_process_id (context, baz))
_dbus_test_fatal ("GetConnectionUnixProcessID message failed");
-#endif
if (!check_list_services (context, baz))
_dbus_test_fatal ("ListActivatableNames message failed");