summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-05-17 17:33:52 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-05-17 17:33:52 (GMT)
commit7ac082489bbf626d851204ac68f8fcb1f8510b90 (patch)
treeb9a8e0a574eaae09a42d787c69ff0a72e2e34126
parentc7f0e0f55d417e67acbae37cd775733d5b7e443c (diff)
downloadmonitoring-plugins-7ac082489bbf626d851204ac68f8fcb1f8510b90.tar.gz
Fixed tests (Mathew Ericson - 738604)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@516 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/t/check_tcp.t2
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;
18print "$cmd\n" if ($?); 18print "$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`;