]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix dyndb system test after copyright information update
authorMichał Kępień <michal@isc.org>
Fri, 23 Feb 2018 12:55:05 +0000 (13:55 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 23 Feb 2018 12:55:05 +0000 (13:55 +0100)
bin/tests/system/dyndb/tests.sh

index 6eecb37c7701c529762a36017e0ab25dbaec85e6..4fc9a80611d13974c21c8d7186cb11962a95384b 100644 (file)
@@ -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"