diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-09-26 00:34:44 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-09-26 00:34:44 +0200 |
commit | 280ae58ed8e340f8096cf37f60c84f99d6723537 (patch) | |
tree | dc7fd0064db9c66f03ad918c2b01736806a2678d /plugins/t | |
parent | 4621427ba8cbfab4815e65d35a728ad51ad8c391 (diff) | |
download | monitoring-plugins-280ae58ed8e340f8096cf37f60c84f99d6723537.tar.gz |
Remove spaces from tests
Diffstat (limited to 'plugins/t')
-rw-r--r-- | plugins/t/check_swap.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/t/check_swap.t b/plugins/t/check_swap.t index e44adc90..de9e0f05 100644 --- a/plugins/t/check_swap.t +++ b/plugins/t/check_swap.t @@ -8,9 +8,9 @@ use strict; use Test::More tests => 8; use NPTest; -my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+ MB out of [0-9]+ MB\)/'; -my $failureOutput = '/^SWAP CRITICAL - [0-9]+\% free \([0-9]+ MB out of [0-9]+ MB\)/'; -my $warnOutput = '/^SWAP WARNING - [0-9]+\% free \([0-9]+ MB out of [0-9]+ MB\)/'; +my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; +my $failureOutput = '/^SWAP CRITICAL - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; +my $warnOutput = '/^SWAP WARNING - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; my $result; |