diff options
Diffstat (limited to 'plugins/t/check_ntp.t')
-rw-r--r-- | plugins/t/check_ntp.t | 2 |
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 | ||
40 | SKIP: { | 40 | SKIP: { |
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 | ); |