From bfcc458e8ef2053665ff88c0440ed01b913f034e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 9 Jan 2013 19:08:59 +1100 Subject: [PATCH] test eighth interface --- bin/tests/system/testsock.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {