diff options
Diffstat (limited to 'plugins/t')
-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`; |