]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
test eighth interface
authorMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 08:08:59 +0000 (19:08 +1100)
committerMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 08:09:42 +0000 (19:09 +1100)
bin/tests/system/testsock.pl

index 9f971b22265aadcaf2e5fe31404121d4f248fbad..f1fc6371d61a7aeaf618bffb51f6b0810cfa3077 100644 (file)
@@ -33,7 +33,7 @@ my @ids;
 if ($id != 0) {
        @ids = ($id);
 } else {
-       @ids = (1..7);
+       @ids = (1..8);
 }
 
 foreach $id (@ids) {