diff options
Diffstat (limited to 'plugins/t/check_ftp.t')
-rw-r--r-- | plugins/t/check_ftp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_ftp.t b/plugins/t/check_ftp.t index c3f74d92..d9e9d9ca 100644 --- a/plugins/t/check_ftp.t +++ b/plugins/t/check_ftp.t @@ -16,7 +16,7 @@ $cmd = "./check_ftp $Cache::hostname -wt 300 -ct 600"; $str = `$cmd`; $t += ok $?>>8,0; print "Test was: $cmd\n" if ($?); -$t += ok $str, '/FTP ok - [0-9]+ second response time/'; +$t += ok $str, '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/'; #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0"; #$str = `$cmd`; |