mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-24 04:08:57 -04:00
[rt46602] Correct way allow_query test produces RNDC output
(cherry picked from commit 7f2d41d4c4)
This commit is contained in:
parent
fb5974f902
commit
36136dec55
1 changed files with 1 additions and 2 deletions
|
|
@ -55,8 +55,7 @@ SYSTEMTESTTOP=..
|
|||
DIGOPTS="+tcp +nosea +nostat +nocmd +norec +noques +noauth +noadd +nostats +dnssec -p ${PORT}"
|
||||
|
||||
rndc_reload() {
|
||||
RNDCOUT=`$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p ${CONTROLPORT} reload 2>&1`
|
||||
echo_i "ns2 $RNDCOUT"
|
||||
echo_i "`$RNDC -c ../common/rndc.conf -s 10.53.0.2 -p ${CONTROLPORT} reload 2>&1 | sed 's/^/ns2 /'`"
|
||||
}
|
||||
|
||||
status=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue