diff options
author | datamuc <m@rbfh.de> | 2023-10-04 14:02:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 14:02:25 +0200 |
commit | 9280b0eee22b9d4272b469d6ca0f7373d2aef67e (patch) | |
tree | a6ddce7b79fca4344fec2a48ec74127a4ddcfb62 /plugins/t/check_imap.t | |
parent | dfa5aa4b83c33ed6b609e7f79ebe1f03507b679c (diff) | |
parent | d31dddadaf829d36b40ff02252dc523cf5078260 (diff) | |
download | monitoring-plugins-9280b0eee22b9d4272b469d6ca0f7373d2aef67e.tar.gz |
Merge branch 'master' into merge-jitter
Diffstat (limited to 'plugins/t/check_imap.t')
-rw-r--r-- | plugins/t/check_imap.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_imap.t b/plugins/t/check_imap.t index 7c74e564..cf2f81c8 100644 --- a/plugins/t/check_imap.t +++ b/plugins/t/check_imap.t | |||
@@ -25,7 +25,7 @@ $t = NPTest->testCmd( "./check_imap $host_tcp_imap -p 143 -wt 9 -ct 9 -to 10 -e | |||
25 | cmp_ok( $t->return_code, '==', 0, "Check old parameter options" ); | 25 | cmp_ok( $t->return_code, '==', 0, "Check old parameter options" ); |
26 | 26 | ||
27 | $t = NPTest->testCmd( "./check_imap $host_nonresponsive" ); | 27 | $t = NPTest->testCmd( "./check_imap $host_nonresponsive" ); |
28 | cmp_ok( $t->return_code, '==', 2, "Get error with non reponsive host" ); | 28 | cmp_ok( $t->return_code, '==', 2, "Get error with non responsive host" ); |
29 | 29 | ||
30 | $t = NPTest->testCmd( "./check_imap $hostname_invalid" ); | 30 | $t = NPTest->testCmd( "./check_imap $hostname_invalid" ); |
31 | cmp_ok( $t->return_code, '==', 2, "Invalid hostname" ); | 31 | cmp_ok( $t->return_code, '==', 2, "Invalid hostname" ); |