From: Michal 'vorner' Vaner Date: Thu, 1 Mar 2012 08:54:02 +0000 (+0100) Subject: [1090] Remove old config from tests also X-Git-Tag: trac2351_base~226^2~116^2~136^2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd519159e091b7cc977b47692a45800157ed65ea;p=thirdparty%2Fkea.git [1090] Remove old config from tests also It did not make the tests fail, but it is still better not to have them if they are not supported. --- diff --git a/tests/system/bindctl/nsx1/b10-config.db.template.in b/tests/system/bindctl/nsx1/b10-config.db.template.in index 162329a085..7a3647c2fa 100644 --- a/tests/system/bindctl/nsx1/b10-config.db.template.in +++ b/tests/system/bindctl/nsx1/b10-config.db.template.in @@ -3,8 +3,5 @@ "listen_on": [{"address": "10.53.0.1", "port": 53210}], "database_file": "@abs_builddir@/zone.sqlite3", "statistics-interval": 1 - }, - "Xfrout": { - "log_file": "@abs_builddir@/Xfrout.log" } } diff --git a/tests/system/glue/nsx1/b10-config.db.in b/tests/system/glue/nsx1/b10-config.db.in index acd040cf33..0d5a324227 100644 --- a/tests/system/glue/nsx1/b10-config.db.in +++ b/tests/system/glue/nsx1/b10-config.db.in @@ -2,8 +2,5 @@ "Auth": { "listen_on": [{"address": "10.53.0.1", "port": 53210}], "database_file": "@abs_builddir@/zone.sqlite3" - }, - "Xfrout": { - "log_file": "@abs_builddir@/Xfrout.log" } }