spacewander commented on a change in pull request #6325:
URL: https://github.com/apache/apisix/pull/6325#discussion_r807983500
##########
File path: t/APISIX.pm
##########
@@ -217,6 +217,13 @@ if ($version =~ m/\/apisix-nginx-module/) {
_EOC_
}
+my $a6_ngx_vars = "";
+if ($version =~ m/\/apisix-nginx-module/) {
+ $a6_ngx_vars = <<_EOC_;
Review comment:
There is no need to append the str to `$a6_ngx_vars` which is empty if
apisix-nginx-module is missing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]