Code

Fixed test (Mathew Ericson - 738609)
authorTon Voon <tonvoon@users.sourceforge.net>
Sat, 17 May 2003 23:10:02 +0000 (23:10 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Sat, 17 May 2003 23:10:02 +0000 (23:10 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@521 f882894a-f735-0410-b71e-b25c423dba1c

plugins/t/check_ftp.t

index c3f74d92c6d0a29a8f5282ab7abb879799ae2499..d9e9d9ca67581fc7b445e9a28e83f07acd4143d3 100644 (file)
@@ -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`;