diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 5073a815fb..3677e200b2 100755 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -27,7 +27,7 @@ my @ids; if ($id != 0) { @ids = ($id); } else { - my $fn = "ifconfig.sh.in"; + my $fn = "ifconfig.sh"; open FH, "< $fn" or die "open < $fn: $!\n"; while () { @ids = (1..$1)