mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-12 18:20:02 -04:00
check_disk: adjust test plan
This commit is contained in:
parent
0d562a356f
commit
bacacd2cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue