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

Ton Voon tonvoon at users.sourceforge.net
Sat May 17 16:09:04 CEST 2003


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

Modified Files:
      Tag: r1_3_0
	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.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** check_ftp.t	28 Feb 2002 06:43:00 -0000	1.1.1.1
--- check_ftp.t	17 May 2003 23:07:59 -0000	1.1.1.1.2.1
***************
*** 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