- Fix tests for new rrset-roundrobin default.

This commit is contained in:
George Thessalonikefs
2020-04-21 22:02:56 +02:00
parent 6320776b25
commit 584c2cf804
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -274,6 +274,8 @@ setup_config(FILE* in, int* lineno, int* pass_argc, char* pass_argv[])
fprintf(cfg, " pidfile: \"\"\n");
fprintf(cfg, " val-log-level: 2\n");
fprintf(cfg, "remote-control: control-enable: no\n");
/* some basic settings to facilitate testing */
fprintf(cfg, "server: rrset-roundrobin: no\n");
while(fgets(line, MAX_LINE_LEN-1, in)) {
parse = line;
(*lineno)++;