From 827b230467d679bce27f7d10d06cbb11f4e69ef5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 10 Aug 2016 08:37:30 +0200 Subject: [PATCH] Use the "plugin-check-command" template in the livestatus unit tests refs #12338 --- test/livestatus-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/livestatus-test.cpp b/test/livestatus-test.cpp index 16a1fa3d9..66ee617bd 100644 --- a/test/livestatus-test.cpp +++ b/test/livestatus-test.cpp @@ -46,7 +46,7 @@ struct LivestatusFixture cfgfp.open(cfg_file_path_tmp.CStr(), std::ofstream::out | std::ofstream::trunc); cfgfp << std::fixed; cfgfp << "object CheckCommand \"dummy\" {\n"; - cfgfp << " execute = PluginCheck\n"; + cfgfp << " import \"plugin-check-command\"\n"; cfgfp << " command = \"/bin/echo\"\n"; cfgfp << "}\n"; cfgfp << "object Host \"test-01\" {\n"; -- 2.40.0