diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-17 17:36:25 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-17 17:36:25 (GMT) |
commit | d5af470d283392c96f21bec2b7ce33bb1e8334f2 (patch) | |
tree | c255b0ab384b44ee54690f1ff8ba31f3990e2e7a /plugins | |
parent | 57c4d460df5db703cbab9e07fd0c68110176e79f (diff) | |
download | monitoring-plugins-d5af470d283392c96f21bec2b7ce33bb1e8334f2.tar.gz |
Fixed tests (Mathew Ericson - 738604)
CV: ----------------------------------------------------------------------
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@517 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_tcp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_tcp.t b/plugins/t/check_tcp.t index 1abec76..21c3b77 100644 --- a/plugins/t/check_tcp.t +++ b/plugins/t/check_tcp.t | |||
@@ -16,7 +16,7 @@ $cmd = "./check_tcp $Cache::hostname -p 80 -wt 300 -ct 600"; | |||
16 | $str = `$cmd`; | 16 | $str = `$cmd`; |
17 | $t += ok $?>>8,0; | 17 | $t += ok $?>>8,0; |
18 | print "$cmd\n" if ($?); | 18 | print "$cmd\n" if ($?); |
19 | $t += ok $str, '/^TCP OK - [0-9]+ second response time on port 80/'; | 19 | $t += ok $str, '/^TCP OK\s-\s+[0-9]?\.?[0-9]+ second response time on port 80/'; |
20 | 20 | ||
21 | $cmd = "./check_tcp $Cache::nullhost -p 81 -wt 0 -ct 0 -to 1"; | 21 | $cmd = "./check_tcp $Cache::nullhost -p 81 -wt 0 -ct 0 -to 1"; |
22 | $str = `$cmd`; | 22 | $str = `$cmd`; |