summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5847c4e)
raw | patch | inline | side by side (parent: 5847c4e)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 4 Nov 2008 21:31:10 +0000 (21:31 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 4 Nov 2008 21:31:10 +0000 (21:31 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c
lib/tests/test_opts.c | patch | blob | history |
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c
index f7599ff8ebda3356e3b855bc7e17650650d9c499..b2c93eb344234629f9506528964d157693fd3e05 100644 (file)
--- a/lib/tests/test_opts.c
+++ b/lib/tests/test_opts.c
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";