mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:52:05 -04:00
Merge branch '3536-out-of-tree' into 'main'
Fix out-of-tree tests Closes #3536 See merge request isc-projects/bind9!6766
This commit is contained in:
commit
83f27b6f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (<FH>) {
|
||||
@ids = (1..$1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue