Code

Corrected test_opts plan
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Tue, 4 Nov 2008 21:31:10 +0000 (21:31 +0000)
committerThomas 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

index f7599ff8ebda3356e3b855bc7e17650650d9c499..b2c93eb344234629f9506528964d157693fd3e05 100644 (file)
@@ -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";