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

index 07e87ae0591e5e90f57f836654bf5fd45e7d493c..a9352cd1d36c590c3ff2606dc7f46214a6276e3d 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.14 2004/03/05 04:59:13 marka Exp $
+# $Id: testsock.pl,v 1.14.18.1 2010/08/17 04:12:05 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) {