]> Sergey Matveev's repositories - public-inbox.git/commit
t/epoll: explicitly use scalar operator for @events
authorEric Wong <e@yhbt.net>
Mon, 29 Mar 2021 05:19:03 +0000 (05:19 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Mar 2021 07:05:54 +0000 (03:05 -0400)
commit8a9f40a591ae2f5bed23f6bc90c43b0e6ce5f0d1
tree467599b7d1d385dc85789dd0234758c97e5adc63
parent165eabbffd15866f581ca374cb37fbf3c07989a5
t/epoll: explicitly use scalar operator for @events

It's slightly easier to test on a machine without Test::More
and I'm hand-rolling my own is() and ok() subs.
t/epoll.t