diff options
author | Sven Nierlein <sven@nierlein.org> | 2022-10-26 12:03:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 12:03:22 (GMT) |
commit | bacacd2cb38c7d7a695a6f75f699168d9df0132d (patch) | |
tree | 8a201fa66485b86ce32f6ff216802504db4a0ab0 | |
parent | 0d562a356f45f645014c3908178fc13876006f6e (diff) | |
download | monitoring-plugins-bacacd2cb38c7d7a695a6f75f699168d9df0132d.tar.gz |
check_disk: adjust test plan
-rw-r--r-- | plugins/t/check_disk.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_disk.t b/plugins/t/check_disk.t index bea34a4..a534fd4 100644 --- a/plugins/t/check_disk.t +++ b/plugins/t/check_disk.t | |||
@@ -23,7 +23,7 @@ my $mountpoint2_valid = getTestParameter( "NP_MOUNTPOINT2_VALID", "Path to anoth | |||
23 | if ($mountpoint_valid eq "" or $mountpoint2_valid eq "") { | 23 | if ($mountpoint_valid eq "" or $mountpoint2_valid eq "") { |
24 | plan skip_all => "Need 2 mountpoints to test"; | 24 | plan skip_all => "Need 2 mountpoints to test"; |
25 | } else { | 25 | } else { |
26 | plan tests => 78; | 26 | plan tests => 84; |
27 | } | 27 | } |
28 | 28 | ||
29 | $result = NPTest->testCmd( | 29 | $result = NPTest->testCmd( |