diff --git a/t/scenarios/backend_http_readonly/t/local/lmd.t b/t/scenarios/backend_http_readonly/t/local/lmd.t index 4cddee7d7e..f56e716934 100644 --- a/t/scenarios/backend_http_readonly/t/local/lmd.t +++ b/t/scenarios/backend_http_readonly/t/local/lmd.t @@ -27,7 +27,7 @@ TestUtils::test_command({ # start LMD TestUtils::test_command({ cmd => '/usr/bin/env omd start lmd', - like => ['/Starting LMD.*OK/'], + like => ['/starting lmd.*ok/i'], }); # wait till backends are online @@ -50,7 +50,7 @@ TestUtils::test_command({ # stop LMD TestUtils::test_command({ cmd => '/usr/bin/env omd stop lmd', - like => ['/Stopping LMD.*OK/'], + like => ['/stopping lmd.*ok/i'], }); # disable LMD TestUtils::test_command({