mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Merge branch 'aram/xfer-test-bugfix' into 'main'
Fix variable name error in the xfer system test See merge request isc-projects/bind9!7845
This commit is contained in:
@@ -576,7 +576,7 @@ status=$((status+tmp))
|
|||||||
n=$((n+1))
|
n=$((n+1))
|
||||||
echo_i "test that transfer-source uses port option correctly ($n)"
|
echo_i "test that transfer-source uses port option correctly ($n)"
|
||||||
tmp=0
|
tmp=0
|
||||||
grep "10.53.0.3#${EXTRAPORT1} (primary): query 'primary/SOA/IN' approved" ns6/named.run > /dev/null || ret=1
|
grep "10.53.0.3#${EXTRAPORT1} (primary): query 'primary/SOA/IN' approved" ns6/named.run > /dev/null || tmp=1
|
||||||
if test $tmp != 0 ; then echo_i "failed"; fi
|
if test $tmp != 0 ; then echo_i "failed"; fi
|
||||||
status=$((status+tmp))
|
status=$((status+tmp))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user