mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
look $UNLIMITEDFILE.4 as $UNLIMITEDFILE.5 may not exist yet
This commit is contained in:
parent
2fb4184d9d
commit
b00d77e4f2
1 changed files with 2 additions and 2 deletions
|
|
@ -337,9 +337,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