diff options
author | Napsty <ck@claudiokuenzler.com> | 2024-04-12 11:35:55 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.org> | 2024-04-12 14:50:15 (GMT) |
commit | 3deea4cc630d9442b8e5f18c50c5929e7e61333b (patch) | |
tree | a3ecef61c524099190464539e53a35a9369ff407 /plugins | |
parent | 60614121d120b727831fa4201c277e626acb4057 (diff) | |
download | monitoring-plugins-3deea4cc630d9442b8e5f18c50c5929e7e61333b.tar.gz |
Adjust check_swap tests
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_swap.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_swap.t b/plugins/t/check_swap.t index f58c412..1878038 100644 --- a/plugins/t/check_swap.t +++ b/plugins/t/check_swap.t | |||
@@ -5,7 +5,7 @@ | |||
5 | # | 5 | # |
6 | 6 | ||
7 | use strict; | 7 | use strict; |
8 | use Test::More tests => 8; | 8 | use Test::More tests => 14; |
9 | use NPTest; | 9 | use NPTest; |
10 | 10 | ||
11 | my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; | 11 | my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; |