]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/httpd-corner.t: fix uninitialized warning
authorEric Wong <e@yhbt.net>
Fri, 1 May 2020 18:04:44 +0000 (18:04 +0000)
committerEric Wong <e@yhbt.net>
Sun, 3 May 2020 09:29:27 +0000 (09:29 +0000)
Current versions of Perl don't warn when vec() is given `undef'
as its first arg, but Perl 5.10.1 does, at least.

Fixes: c7b4cbdadf3116a0 ("t/httpd-corner: improve reliability and diagnostics")

No differences found