mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fixed typo that caused the notify test to run slowly
This commit is contained in:
parent
82fd772dab
commit
82e9b59b91
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ try=0
|
|||
while test $try -lt 45
|
||||
do
|
||||
nextpart ns3/named.run > tmp
|
||||
grep 'transfer of 'example/IN' from 10.53.0.2#.*success' tmp > /dev/null && break
|
||||
grep "transfer of 'example/IN' from 10.53.0.2#.*success" tmp > /dev/null && break
|
||||
sleep 1
|
||||
try=`expr $try + 1`
|
||||
done
|
||||
|
|
@ -126,7 +126,7 @@ try=0
|
|||
while test $try -lt 45
|
||||
do
|
||||
nextpart ns3/named.run > tmp
|
||||
grep 'transfer of 'example/IN' from 10.53.0.2#.*success' tmp > /dev/null && break
|
||||
grep "transfer of 'example/IN' from 10.53.0.2#.*success" tmp > /dev/null && break
|
||||
sleep 1
|
||||
try=`expr $try + 1`
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue