[Nagiosplug-checkins] nagiosplug/plugins/t check_load.t,1.5,1.6

Ton Voon tonvoon at users.sourceforge.net
Mon Oct 2 14:09:20 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins/t
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4259/t

Modified Files:
	check_load.t 
Log Message:
Fix test failure on poseidon


Index: check_load.t
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/t/check_load.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- check_load.t	21 Mar 2006 13:42:18 -0000	1.5
+++ check_load.t	2 Oct 2006 12:09:18 -0000	1.6
@@ -11,8 +11,8 @@
 
 my $res;
 
-my $successOutput = '/^OK - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/';
-my $failureOutput = '/^CRITICAL - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/';
+my $successOutput = '/^OK - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/';
+my $failureOutput = '/^CRITICAL - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/';
 
 plan tests => 4;
 





More information about the Commits mailing list