]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit85431deb9a346bc83a7f5e8e0f102e19dfa603a9
tree0fcb287f973a46c3edf68338b5884e1715187277
parent2f4ff3b0e7e63dde0c164dfb9875b9af75c609ff
t/httpd-corner.t: fix uninitialized warning

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")
t/httpd-corner.t