diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 22:31:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 22:31:02 +0200 |
commit | c10d478162f0b32d5233451236b436a5853f859f (patch) | |
tree | dda3324450f75d022d86db6a4deb965dbb9ab679 /plugins/t/check_imap.t | |
parent | 8e2784fa1f4d4bc0aa57aae8458e661985a8ee2a (diff) | |
parent | e1e1291b72e2f1df81d0346d77e65da677e57878 (diff) | |
download | monitoring-plugins-c10d478.tar.gz |
Merge pull request #1931 from RincewindsHat/fix/typos
Fix some more typos
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" ); |