mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 05:40:08 +01:00
Skip launch helper activation tests on windows silently.
The system bus is unsupported there and Windows does not have any concept of setuid binaries, so it can't ever actually work. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
b4cb853e91
commit
034b462fd4
1 changed files with 1 additions and 3 deletions
|
|
@ -4977,9 +4977,7 @@ bus_dispatch_test (const DBusString *test_data_dir)
|
|||
"valid-config-files/debug-allow-all.conf", FALSE))
|
||||
return FALSE;
|
||||
|
||||
#ifdef DBUS_WIN
|
||||
_dbus_warn("Info: Launch helper activation tests skipped because launch-helper is not supported yet\n");
|
||||
#else
|
||||
#ifndef DBUS_WIN
|
||||
/* run launch-helper activation tests */
|
||||
_dbus_verbose ("Launch helper activation tests\n");
|
||||
if (!bus_dispatch_test_conf (test_data_dir,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue