From: Mark Andrews Date: Tue, 17 Aug 2010 04:12:05 +0000 (+0000) Subject: update default id range to match that used (1..6) X-Git-Tag: v9.4-ESV-R3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776eb07d6c1179c28f0bec98296964c135df687d;p=thirdparty%2Fbind9.git update default id range to match that used (1..6) --- diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 07e87ae0591..a9352cd1d36 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -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) {