1919. [bug] dig's +sigchase code overhauled. [RT #14933]
1918. [bug] The DLV code has been re-worked to make no longer
query order sensitive. [RT #14933]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: tests.sh,v 1.45 2004/05/05 01:32:56 marka Exp $
|
||||
# $Id: tests.sh,v 1.46 2005/08/25 00:56:07 marka Exp $
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
@@ -441,6 +441,12 @@ n=`expr $n + 1`
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
#
|
||||
# private.secure.example is served by the same server as its
|
||||
# grand parent and there is not a secure delegation from secure.example
|
||||
# to private.secure.example. In addition secure.example is using a
|
||||
# algorithm which the validation does not support.
|
||||
#
|
||||
echo "I:checking dnssec-lookaside-validation works ($n)"
|
||||
ret=0
|
||||
$DIG $DIGOPTS private.secure.example. SOA @10.53.0.6 \
|
||||
|
||||
Reference in New Issue
Block a user