From 2f96b82c9b67ca1aad6cd584a9c458d060bdd4bb Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:52:39 +0100 Subject: check_ntp_time/check_ntp_peer: unix socket handling (#2187) * check_ntp_time/check_ntp_peer: unix socket handling * No tests for check_ntp since it is deprecated --- plugins/t/check_ntp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/t') diff --git a/plugins/t/check_ntp.t b/plugins/t/check_ntp.t index a8ac7bb8..7703bc3b 100644 --- a/plugins/t/check_ntp.t +++ b/plugins/t/check_ntp.t @@ -8,7 +8,7 @@ use strict; use Test::More; use NPTest; -my @PLUGINS1 = ('check_ntp', 'check_ntp_peer', 'check_ntp_time'); +my @PLUGINS1 = ('check_ntp_peer', 'check_ntp_time'); my @PLUGINS2 = ('check_ntp_peer'); plan tests => (12 * scalar(@PLUGINS1)) + (6 * scalar(@PLUGINS2)); -- cgit v1.2.3-74-g34f1