diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-08 21:26:17 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-08 21:26:17 +0100 |
commit | 2a571fc2f724d017c2035a4746f402362c4ba65b (patch) | |
tree | 7122d6907badf695ccd658a12a10bd355b7e7a99 /plugins | |
parent | e2fda2e2ca32a5200d9c765111585e4942b0cc81 (diff) | |
parent | 1a923c362d61d7f395f268576d40a54c658f0fc6 (diff) | |
download | monitoring-plugins-by_ssh_random_wait.tar.gz |
Merge remote-tracking branch 'gh/by_ssh_random_wait' into by_ssh_random_waitby_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" |