From 9c4f9206c494010dffdb4ede26087415f603016b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 3 Sep 2018 14:13:45 -0700 Subject: bus tests: Skip unsupported fd-passing test internally, not from main() This results in one less special case in test-main, which will be significant when we want to make the tests more data-driven. Signed-off-by: Simon McVittie --- bus/test.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bus/test.h') diff --git a/bus/test.h b/bus/test.h index 61367542..b80a3d76 100644 --- a/bus/test.h +++ b/bus/test.h @@ -50,10 +50,7 @@ void bus_test_run_clients_loop (dbus_bool_t block); void bus_test_run_everything (BusContext *context); BusContext* bus_context_new_test (const DBusString *test_data_dir, const char *filename); - -#ifdef HAVE_UNIX_FD_PASSING dbus_bool_t bus_unix_fds_passing_test (const char *test_data_dir_cstr); -#endif #endif -- cgit v1.2.1