mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 22:30:00 -04:00
look $UNLIMITEDFILE.4 as $UNLIMITEDFILE.5 may not exist yet
This commit is contained in:
parent
937a5311ff
commit
f50199c329
1 changed files with 2 additions and 2 deletions
|
|
@ -303,9 +303,9 @@ then
|
|||
echo "I: testing unlimited versions failed $UNLIMITEDFILE.1480039317 removed"
|
||||
status=`expr $status + 1`
|
||||
fi
|
||||
if test ! -f $UNLIMITEDFILE.5
|
||||
if test ! -f $UNLIMITEDFILE.4
|
||||
then
|
||||
echo "I: testing unlimited versions failed $UNLIMITEDFILE.5 does not"
|
||||
echo "I: testing unlimited versions failed $UNLIMITEDFILE.4 does not"
|
||||
status=`expr $status + 1`
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue