diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-02 12:09:18 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-02 12:09:18 +0000 |
commit | cff53455ffc4d4df7214f8d671b3dca7ca26f51d (patch) | |
tree | 6d837a0c48f1d57e7efae589c4828ef8d2e63659 /plugins/t/check_load.t | |
parent | c76666fe8848a79a9ea100e10ee4b22c8d1f48e1 (diff) | |
download | monitoring-plugins-cff53455ffc4d4df7214f8d671b3dca7ca26f51d.tar.gz |
Fix test failure on poseidon
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_load.t')
-rw-r--r-- | plugins/t/check_load.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/t/check_load.t b/plugins/t/check_load.t index 749dcc1e..0804ac65 100644 --- a/plugins/t/check_load.t +++ b/plugins/t/check_load.t @@ -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; |