From bde9e26d13a070b71e6f767591b895da33c43586 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 29 Nov 2012 08:12:51 +1100 Subject: [PATCH] add -U 4 --- bin/tests/system/logfileconfig/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/logfileconfig/tests.sh b/bin/tests/system/logfileconfig/tests.sh index 240eb4618b..85c7e845c6 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.