From: Mark Andrews Date: Tue, 26 Jul 2011 04:41:48 +0000 (+0000) Subject: remove check for oldid as named may have already deleted it X-Git-Tag: v9.8.1rc1~42 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=25ea51ff37945901fabc2b6fdc9ad384225a44f6;p=thirdparty%2Fbind9.git remove check for oldid as named may have already deleted it --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index a3396c93828..37de9f63671 100644 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.12.18.15 2011/07/26 04:29:17 marka Exp $ +# $Id: tests.sh,v 1.12.18.16 2011/07/26 04:41:48 marka Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -847,7 +847,6 @@ echo "I:checking former standby key has now signed fully ($n)" ret=0 $DIG $DIGOPTS txt . @10.53.0.1 > dig.out.ns1.test$n || ret=1 grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 -grep 'RRSIG.*'" $oldid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1 n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret`