[monitoring-plugins] check_disk: adjust test plan

GitHub git at monitoring-plugins.org
Sat Mar 11 10:30:12 CET 2023


    Module: monitoring-plugins
    Branch: master
    Commit: bacacd2cb38c7d7a695a6f75f699168d9df0132d
    Author: Sven Nierlein <sven at nierlein.org>
 Committer: GitHub <noreply at github.com>
      Date: Wed Oct 26 14:03:22 2022 +0200
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=bacacd2

check_disk: adjust test plan

---

 plugins/t/check_disk.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 if ($mountpoint_valid eq "" or $mountpoint2_valid eq "") {
 	plan skip_all => "Need 2 mountpoints to test";
 } else {
-	plan tests => 78;
+	plan tests => 84;
 }
 
 $result = NPTest->testCmd( 



More information about the Commits mailing list