diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index f9ea955824..365785d209 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.12 2011/08/31 23:46:44 tbox Exp $ */ +/* $Id: named.conf,v 1.13 2011/09/02 02:25:07 marka Exp $ */ controls { /* empty */ }; @@ -41,7 +41,7 @@ zone "example" { zone "nomaster" { type slave; - file "nomaster.db"; + file "nomaster1.db"; allow-update-forwarding { any; }; masters { 10.53.0.4; }; }; diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index 21a0e36649..5ab27528f8 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -15,7 +15,8 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.8 2007/06/19 23:47:06 tbox Exp $ +# $Id: setup.sh,v 1.9 2011/09/02 02:25:07 marka Exp $ cp -f ns1/example1.db ns1/example.db rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl +cp -f ns3/nomaster.db ns3/nomaster1.db