[Nagiosplug-devel] [ nagiosplug-Patches-738609 ] patch for check_ftp.t against rel1_3

SourceForge.net noreply at sourceforge.net
Thu May 15 19:37:07 CEST 2003


Patches item #738609, was opened at 2003-05-16 02:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=738609&group_id=29880

Category: Bugfix
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mathew Ericson (mericson23)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for check_ftp.t against rel1_3

Initial Comment:
--- check_ftp.t.orig    2003-05-16 10:32:05.000000000 +1000
+++ check_ftp.t 2003-05-16 10:43:47.000000000 +1000
@@ -16,7 +16,7 @@
 $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\s[o|O][K|k]\s-\s+([0-9]+|[0-9]+\.[0-9]+) second
response time/';

 #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0";
 #$str = `$cmd`; 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=738609&group_id=29880




More information about the Devel mailing list