From f6df564180cd265516620fd71c006e03b6db26c3 Mon Sep 17 00:00:00 2001 From: Roel van Meer Date: Tue, 6 Sep 2022 22:32:22 +0200 Subject: [PATCH] Allow event processing when testing commands --- t-tap/test_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t-tap/test_commands.c b/t-tap/test_commands.c index 0d02434c..fe004053 100644 --- a/t-tap/test_commands.c +++ b/t-tap/test_commands.c @@ -691,6 +691,7 @@ int main(int /*@unused@*/ argc, char /*@unused@*/ **arv) assert(OK == read_all_object_data(test_config_file)); assert(OK == initialize_downtime_data()); assert(OK == initialize_retention_data()); + nagios_iobs = iobroker_create(); test_register(); test_parsing(); test_core_commands();