tests.sh revision 247bf378605811d695e968dbe930a7fc45c0038e
#
*
*
CHECKDS="$CHECKDS -d $DIG -D $DSFROMKEY"
status=0
n=1
echo "I:checking for correct DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for correct DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DS, lowronging up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DLV, lowronging up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for incorrect DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for partially missing DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DS, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DS, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DLV, looking up key via 'dig' ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking for entirely missing DLV, obtaining key from file ($n)"
ret=0
n=`expr $n + 1`
echo "I:exit status: $status"
exit $status