mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Corrected test_opts plan
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
5847c4eb83
commit
83ec9f2694
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ main (int argc, char **argv)
|
|||
char **argv_test=NULL, **argv_known=NULL;
|
||||
int i, argc_test;
|
||||
|
||||
plan_tests(9);
|
||||
plan_tests(10);
|
||||
|
||||
argv_test=(char **)malloc(2*sizeof(char **));
|
||||
argv_test[0] = "prog_name";
|
||||
|
|
|
|||
Loading…
Reference in a new issue