From 494c6b1fbefbcf79697ba8c4c158c0022ff97803 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Sat, 17 May 2003 23:10:02 +0000 Subject: Fixed test (Mathew Ericson - 738609) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@521 f882894a-f735-0410-b71e-b25c423dba1c 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"; $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`; -- cgit v0.10-9-g596f