summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNapsty <ck@claudiokuenzler.com>2024-04-12 11:35:55 (GMT)
committerSven Nierlein <sven@nierlein.org>2024-04-12 14:50:15 (GMT)
commit3deea4cc630d9442b8e5f18c50c5929e7e61333b (patch)
treea3ecef61c524099190464539e53a35a9369ff407
parent60614121d120b727831fa4201c277e626acb4057 (diff)
downloadmonitoring-plugins-3deea4cc630d9442b8e5f18c50c5929e7e61333b.tar.gz
Adjust check_swap tests
-rw-r--r--plugins/t/check_swap.t2
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
7use strict; 7use strict;
8use Test::More tests => 8; 8use Test::More tests => 14;
9use NPTest; 9use NPTest;
10 10
11my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/'; 11my $successOutput = '/^SWAP OK - [0-9]+\% free \([0-9]+MB out of [0-9]+MB\)/';