mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:20:00 -04:00
'I:exit status: <value>' should be outsied of if
This commit is contained in:
parent
fb915a912f
commit
fde9e57653
1 changed files with 3 additions and 3 deletions
|
|
@ -323,9 +323,9 @@ if [ -x ${DELV} ] ; then
|
|||
grep "a.example." < delv.out.test$n > /dev/null || ret=1
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
echo "I:exit status: $status"
|
||||
[ $status -eq 0 ] || exit 1
|
||||
else
|
||||
echo "$DELV is needed, so skipping these delv tests"
|
||||
fi
|
||||
|
||||
echo "I:exit status: $status"
|
||||
[ $status -eq 0 ] || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue