From: Michał Kępień Date: Fri, 23 Feb 2018 12:55:05 +0000 (+0100) Subject: Fix dyndb system test after copyright information update X-Git-Tag: v9.13.0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20ff30a79a446b5cea7073c452985e92a2b9486;p=thirdparty%2Fbind9.git Fix dyndb system test after copyright information update --- diff --git a/bin/tests/system/dyndb/tests.sh b/bin/tests/system/dyndb/tests.sh index 6eecb37c770..4fc9a80611d 100644 --- a/bin/tests/system/dyndb/tests.sh +++ b/bin/tests/system/dyndb/tests.sh @@ -129,8 +129,8 @@ test_del test4.ipv6.example.nil. AAAA || ret=1 status=`expr $status + $ret` newtest "checking parameter logging" -grep "loading params for dyndb 'sample' from .*named.conf:33" ns1/named.run > /dev/null || ret=1 -grep "loading params for dyndb 'sample2' from .*named.conf:34" ns1/named.run > /dev/null || ret=1 +grep "loading params for dyndb 'sample' from .*named.conf:36" ns1/named.run > /dev/null || ret=1 +grep "loading params for dyndb 'sample2' from .*named.conf:37" ns1/named.run > /dev/null || ret=1 status=`expr $status + $ret` echo_i "checking dyndb still works after reload"