diff options
Diffstat (limited to 'plugins/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 c3f74d9..d9e9d9c 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"; | |||
16 | $str = `$cmd`; | 16 | $str = `$cmd`; |
17 | $t += ok $?>>8,0; | 17 | $t += ok $?>>8,0; |
18 | print "Test was: $cmd\n" if ($?); | 18 | print "Test was: $cmd\n" if ($?); |
19 | $t += ok $str, '/FTP ok - [0-9]+ second response time/'; | 19 | $t += ok $str, '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/'; |
20 | 20 | ||
21 | #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0"; | 21 | #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0"; |
22 | #$str = `$cmd`; | 22 | #$str = `$cmd`; |