]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update default id range to match that used (1..7)
authorMark Andrews <marka@isc.org>
Tue, 17 Aug 2010 04:10:56 +0000 (04:10 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 Aug 2010 04:10:56 +0000 (04:10 +0000)
bin/tests/system/testsock.pl

index a658086f42226a1da663003561bddc350a70a379..fc4f860ca1a5e80eb9eb791522387e7a3f3fdaa7 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: testsock.pl,v 1.16 2007/06/19 23:47:00 tbox Exp $
+# $Id: testsock.pl,v 1.16.128.1 2010/08/17 04:10:56 marka Exp $
 
 # Test whether the interfaces on 10.53.0.* are up.
 
@@ -33,7 +33,7 @@ my @ids;
 if ($id != 0) {
        @ids = ($id);
 } else {
-       @ids = (1..5);
+       @ids = (1..6);
 }
 
 foreach $id (@ids) {