INN commit: trunk/tests/lib (innconf-t.c)
INN Commit
Russ_Allbery at isc.org
Mon Sep 17 01:34:31 UTC 2007
Date: Sunday, September 16, 2007 @ 18:34:30
Author: eagle
Revision: 7678
Adjust for additional parameters in inn.conf.
Modified:
trunk/tests/lib/innconf-t.c
-------------+
innconf-t.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: innconf-t.c
===================================================================
--- innconf-t.c 2007-09-16 19:30:04 UTC (rev 7677)
+++ innconf-t.c 2007-09-17 01:34:30 UTC (rev 7678)
@@ -55,7 +55,7 @@
fclose(config);
ok(7, !innconf_check("config/tmp"));
unlink("config/tmp");
- ok_string(8, "config/tmp:25: unknown parameter foo\n", errors);
+ ok_string(8, "config/tmp:26: unknown parameter foo\n", errors);
errors_uncapture();
free(errors);
errors = NULL;
More information about the inn-committers
mailing list