From: Mark Andrews Date: Wed, 28 Nov 2012 21:12:51 +0000 (+1100) Subject: add -U 4 X-Git-Tag: v9.10.0a1~695 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bde9e26d13a070b71e6f767591b895da33c43586;p=thirdparty%2Fbind9.git add -U 4 --- diff --git a/bin/tests/system/logfileconfig/tests.sh b/bin/tests/system/logfileconfig/tests.sh index 240eb4618ba..85c7e845c60 100644 --- a/bin/tests/system/logfileconfig/tests.sh +++ b/bin/tests/system/logfileconfig/tests.sh @@ -30,7 +30,7 @@ PIPEFILE="named_pipe" SYMFILE="named_sym" PIDFILE="${THISDIR}/${CONFDIR}/named.pid" myRNDC="$RNDC -c ${THISDIR}/${CONFDIR}/rndc.conf" -myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -d 99" +myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -d 99 -U 4" # Stop the server and run through a series of tests with various config # files while controlling the stop/start of the server.