diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2022-11-30 00:40:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 00:40:23 +0100 |
commit | 1a923c362d61d7f395f268576d40a54c658f0fc6 (patch) | |
tree | 675420db6303a8ac5101c7a5a03822cc0495de7c /plugins | |
parent | 8d288cf0833621aa9097bc08e49b6833616b64a1 (diff) | |
parent | a517c62c1b536c934c92e4ac0f75b49bab927dca (diff) | |
download | monitoring-plugins-1a923c362d61d7f395f268576d40a54c658f0fc6.tar.gz |
Merge branch 'master' into by_ssh_random_wait
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_http.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index 0c866229..1ca52f61 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t @@ -103,7 +103,7 @@ SKIP: { cmp_ok( $res->return_code, "==", 0, "And also when not found"); } SKIP: { - skip "No internet access", 23 if $internet_access eq "no"; + skip "No internet access", 22 if $internet_access eq "no"; $res = NPTest->testCmd( "./$plugin --ssl $host_tls_http" |