]> Sergey Matveev's repositories - public-inbox.git/commit
t/cgi.t: modernizations and style updates
authorEric Wong <e@80x24.org>
Tue, 9 Feb 2021 08:09:29 +0000 (07:09 -0100)
committerEric Wong <e@80x24.org>
Wed, 10 Feb 2021 06:59:02 +0000 (06:59 +0000)
commita4dd78f9ff4613f41ae19e0f03584b5f561c0ac1
treeb9bca8f00f28b2aeeb034f3e634d3591cf3bd648
parent52ca935f857b8d7c7daf9837d9146886f825f2e8
t/cgi.t: modernizations and style updates

We prefer BAIL_OUT or fail to die in tests (I didn't know
BAIL_OUT existed when I started the project).  We can also
depend on IO::Uncompress::Gunzip being available,

We'll keep the cgi_run wrapper since the .cgi could
use some coverage and remove the FIXME note.  run_script
makes tests fast enough.
t/cgi.t