diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-04 21:31:10 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-04 21:31:10 (GMT) |
commit | 83ec9f269438af01e9325528233256c1a5886b00 (patch) | |
tree | 154b570e023758484297a75837efca2021d91406 /lib/tests | |
parent | 5847c4eb83922b4431192f24ba5232fe4c2c49fe (diff) | |
download | monitoring-plugins-83ec9f269438af01e9325528233256c1a5886b00.tar.gz |
Corrected test_opts plan
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/test_opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c index f7599ff..b2c93eb 100644 --- a/lib/tests/test_opts.c +++ b/lib/tests/test_opts.c | |||
@@ -59,7 +59,7 @@ main (int argc, char **argv) | |||
59 | char **argv_test=NULL, **argv_known=NULL; | 59 | char **argv_test=NULL, **argv_known=NULL; |
60 | int i, argc_test; | 60 | int i, argc_test; |
61 | 61 | ||
62 | plan_tests(9); | 62 | plan_tests(10); |
63 | 63 | ||
64 | argv_test=(char **)malloc(2*sizeof(char **)); | 64 | argv_test=(char **)malloc(2*sizeof(char **)); |
65 | argv_test[0] = "prog_name"; | 65 | argv_test[0] = "prog_name"; |