]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix system test failure
authorEvan Hunt <each@isc.org>
Sat, 15 Jun 2013 08:38:27 +0000 (01:38 -0700)
committerEvan Hunt <each@isc.org>
Sat, 15 Jun 2013 08:39:23 +0000 (01:39 -0700)
- needed to specify session key file

bin/tests/system/masterformat/clean.sh
bin/tests/system/masterformat/ns1/named.conf

index d6245f46885b0fbe3d9e0c2cb27f48657a00223b..e0bd3afe326b3ad0d3082f2102b439bc77516f58 100755 (executable)
@@ -22,6 +22,7 @@ rm -f ns1/example.db.compat
 rm -f ns1/example.db.serial.raw
 rm -f ns1/large.db ns1/large.db.raw
 rm -f ns1/example.db.map ns1/signed.db.map
+rm -f ns1/session.key
 rm -f dig.out.*
 rm -f dig.out
 rm -f */named.memstats
index 73140756247fcfc06bed68d100437795ea67fc2d..03d0e29698ddcbd6e06fc438474b8ad5edda6d88 100644 (file)
@@ -28,6 +28,7 @@ options {
        recursion no;
        notify no;
        dnssec-enable yes;
+       session-keyfile "session.key";
 };
 
 key rndc_key {