summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_ntp.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_ntp.t')
-rw-r--r--plugins/t/check_ntp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_ntp.t b/plugins/t/check_ntp.t
index 6ba521f..6e222a3 100644
--- a/plugins/t/check_ntp.t
+++ b/plugins/t/check_ntp.t
@@ -38,7 +38,7 @@ SKIP: {
38} 38}
39 39
40SKIP: { 40SKIP: {
41 skip "No bad NTP server defined", 1 unless $ntp_service; 41 skip "No bad NTP server defined", 1 unless $no_ntp_service;
42 $res = NPTest->testCmd( 42 $res = NPTest->testCmd(
43 "./check_ntp -H $no_ntp_service" 43 "./check_ntp -H $no_ntp_service"
44 ); 44 );