mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Fix test from last commit
This commit is contained in:
parent
4d5eb82a47
commit
f8c6d8b52e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ main (int argc, char **argv)
|
|||
thresholds *thresholds = NULL;
|
||||
int rc;
|
||||
|
||||
plan_tests(82);
|
||||
plan_tests(81);
|
||||
|
||||
range = parse_range_string("6");
|
||||
ok( range != NULL, "'6' is valid range");
|
||||
|
|
|
|||
Loading…
Reference in a new issue