diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 5f935ded41..f47871b606 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -33,7 +33,7 @@ my @ids; if ($id != 0) { @ids = ($id); } else { - @ids = (1..7); + @ids = (1..8); } foreach $id (@ids) {