[Nagiosplug-checkins] CVS: nagiosplug/plugins/t check_ftp.t,1.1.1.1,1.2

Ton Voon tonvoon at users.sourceforge.net
Sat May 17 16:11:01 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins/t
In directory sc8-pr-cvs1:/tmp/cvs-serv5083/t

Modified Files:
	check_ftp.t 
Log Message:
Fixed test (Mathew Ericson - 738609)


Index: check_ftp.t
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/t/check_ftp.t,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_ftp.t	28 Feb 2002 06:43:00 -0000	1.1.1.1
--- check_ftp.t	17 May 2003 23:10:02 -0000	1.2
***************
*** 17,21 ****
  $t += ok $?>>8,0;
  print "Test was: $cmd\n" if ($?);
! $t += ok $str, '/FTP ok - [0-9]+ second response time/';
  
  #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0";
--- 17,21 ----
  $t += ok $?>>8,0;
  print "Test was: $cmd\n" if ($?);
! $t += ok $str, '/FTP OK -\s+[0-9]?\.?[0-9]+ second response time/';
  
  #$cmd = "./check_ftp $Cache::noserver -wt 0 -ct 0";





More information about the Commits mailing list