Skip to content

Commit

Permalink
Merge branch 'aram/tests-statschannel-fetch.pl-typo-9.16' into 'bind-…
Browse files Browse the repository at this point in the history
…9.16'

[9.16] Fix a bug in an utility script for the statschannel system test

See merge request isc-projects/bind9!8121
  • Loading branch information
Arаm Sаrgsyаn committed Jul 19, 2023
2 parents 7fc0400 + 3a807e5 commit 4970af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tests/system/statschannel/fetch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub usage {
getopts("s:p:", \%options);

my $addr = "10.53.0.2";
$addr = $options{a} if defined $options{a};
$addr = $options{s} if defined $options{s};

my $path = 'xml/v3';
if (@ARGV >= 1) {
Expand Down

0 comments on commit 4970af5

Please sign in to comment.