[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2065] nagiosplug/trunk/lib/tests/test_opts.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Nov 4 22:31:10 CET 2008
Revision: 2065
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2065&view=rev
Author: dermoth
Date: 2008-11-04 21:31:10 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
Corrected test_opts plan
Modified Paths:
--------------
nagiosplug/trunk/lib/tests/test_opts.c
Modified: nagiosplug/trunk/lib/tests/test_opts.c
===================================================================
--- nagiosplug/trunk/lib/tests/test_opts.c 2008-11-04 21:29:36 UTC (rev 2064)
+++ nagiosplug/trunk/lib/tests/test_opts.c 2008-11-04 21:31:10 UTC (rev 2065)
@@ -59,7 +59,7 @@
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";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list