]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add -U 4
authorMark Andrews <marka@isc.org>
Wed, 28 Nov 2012 21:12:51 +0000 (08:12 +1100)
committerMark Andrews <marka@isc.org>
Wed, 28 Nov 2012 21:12:51 +0000 (08:12 +1100)
bin/tests/system/logfileconfig/tests.sh

index 240eb4618baee6a852f08de77569ecec98111479..85c7e845c60376453c9ccc51ab05f476dfbd1ec3 100644 (file)
@@ -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.