diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index a658086f42..88325c657e 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.558.1 2010/08/17 04:08:07 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) {