diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 10:25:01 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 10:25:01 +0100 |
commit | 9d5774aede083297656bce14bd52e2c27a9d3169 (patch) | |
tree | d3ecf29bb7573533a9d6bedce55afc2c5e5444d9 /plugins/t | |
parent | 69819d8c952a623f092186f7b99b10d6cb894d9c (diff) | |
download | monitoring-plugins-9d5774aede083297656bce14bd52e2c27a9d3169.tar.gz |
Adapt number of tests
Diffstat (limited to 'plugins/t')
-rw-r--r-- | plugins/t/check_smtp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_smtp.t b/plugins/t/check_smtp.t index 11e22644..73b4a1fd 100644 --- a/plugins/t/check_smtp.t +++ b/plugins/t/check_smtp.t | |||
@@ -24,7 +24,7 @@ my $hostname_invalid = getTestParameter( "NP_HOSTNAME_INVALID", | |||
24 | "An invalid (not known to DNS) hostname", "nosuchhost" ); | 24 | "An invalid (not known to DNS) hostname", "nosuchhost" ); |
25 | my $res; | 25 | my $res; |
26 | 26 | ||
27 | plan tests => 16; | 27 | plan tests => 15; |
28 | 28 | ||
29 | SKIP: { | 29 | SKIP: { |
30 | skip "No SMTP server defined", 4 unless $host_tcp_smtp; | 30 | skip "No SMTP server defined", 4 unless $host_tcp_smtp; |