]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fixed last autosign test report [RT #23256]
authorFrancis Dupont <fdupont@isc.org>
Wed, 2 Mar 2011 09:05:19 +0000 (09:05 +0000)
committerFrancis Dupont <fdupont@isc.org>
Wed, 2 Mar 2011 09:05:19 +0000 (09:05 +0000)
CHANGES
bin/tests/system/autosign/tests.sh

diff --git a/CHANGES b/CHANGES
index c9790e1804a7bb5ec4545f54af96bdd945b4f04a..b068f47128694bcdf46f0271c976c23aa1e11334 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3052.  [test]          Fixed last autosign test report. [RT #23256]
+
 3051.  [bug]           NS records obsure DS records at the bottom of the
                        zone if both are present. [RT #23035]
 
index 8361d3b7cb744d1c672955c789e1dbe1d238a1c5..43ac6429376b25d9613ccfd87382def5db64b803 100644 (file)
@@ -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.1 2011/03/02 04:11:28 marka Exp $
+# $Id: tests.sh,v 1.12.18.2 2011/03/02 09:05:19 fdupont Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -788,11 +788,11 @@ echo "I:checking revoked key with duplicate key ID (failure expected) ($n)"
 lret=0
 id=30676
 $DIG $DIGOPTS +multi dnskey bar @10.53.0.2 > dig.out.ns2.test$n || lret=1
-grep '; key id =.*'"$id"'$' dig.out.ns2.test$n || lret=1
+grep '; key id =.*'"$id"'$' dig.out.ns2.test$n > /dev/null || lret=1
 $DIG $DIGOPTS dnskey bar @10.53.0.4 > dig.out.ns4.test$n || lret=1
 grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || lret=1
 n=`expr $n + 1`
-if [ $lret != 0 ]; then echo "I:failed"; fi
+if [ $lret != 0 ]; then echo "I:not yet implemented"; fi
 
 echo "I:exit status: $status"