Code

Fix test failure on poseidon
authorTon Voon <tonvoon@users.sourceforge.net>
Mon, 2 Oct 2006 12:09:18 +0000 (12:09 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Mon, 2 Oct 2006 12:09:18 +0000 (12:09 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c

plugins/t/check_load.t

index 749dcc1e31882fbc4ca0088c6d0b7b12d4a2328a..0804ac65ee2ffef409c9dd096d8e967d2af2eecb 100644 (file)
@@ -11,8 +11,8 @@ use NPTest;
 
 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;