From: Mark Andrews Date: Tue, 17 Aug 2010 04:10:56 +0000 (+0000) Subject: update default id range to match that used (1..7) X-Git-Tag: v9.5.3rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16512d13868f884ab485f3ddd036c4b907a16a63;p=thirdparty%2Fbind9.git update default id range to match that used (1..7) --- diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index a658086f422..fc4f860ca1a 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.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) {