]> 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:08:57 +0000 (04:08 +0000)
committerMark Andrews <marka@isc.org>
Tue, 17 Aug 2010 04:08:57 +0000 (04:08 +0000)
bin/tests/system/testsock.pl

index a658086f42226a1da663003561bddc350a70a379..223a0fb2f2754f05f9dca9975ec1c7f3a92b066e 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.17 2010/08/17 04:08:57 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..7);
 }
 
 foreach $id (@ids) {