]> Sergey Matveev's repositories - public-inbox.git/commit
t/httpd-corner.t: drop unnecessary bytes:: for length()
authorEric Wong <e@80x24.org>
Mon, 4 Nov 2019 03:01:34 +0000 (03:01 +0000)
committerEric Wong <e@80x24.org>
Fri, 8 Nov 2019 20:21:56 +0000 (20:21 +0000)
commit2399690b533a3f0c584addae366aab23b23cb3ed
tree9e3dab0a31f4a25681b8c99636f4e586dc224391
parentb8076445430956bd87ade6345e6c01109a485bf7
t/httpd-corner.t: drop unnecessary bytes:: for length()

We don't need to force byte semantics for a buffer we clearly
create (via ->read) with byte semantics.  Since we didn't
"use bytes" in t/httpd-corner.t, it was inadvertantly made
available by IPC::Run (which goes away, next).
t/httpd-corner.t