X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-unix.t;h=6da2ac6be54455ea04de89a5c8e82fe2ad2b0a8c;hb=d62d98b9a7f502da65673f0b83a6d06312c060d9;hp=bd4ee12eeb6869101763f9bef05eaa54d49facab;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/t/httpd-unix.t b/t/httpd-unix.t index bd4ee12e..6da2ac6b 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -6,12 +6,7 @@ use warnings; use Test::More; use PublicInbox::TestCommon; use Errno qw(EADDRINUSE); - -foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)) { - eval "require $mod"; - plan skip_all => "$mod missing for httpd-unix.t" if $@; -} - +require_mods(qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)); use IO::Socket::UNIX; my ($tmpdir, $for_destroy) = tmpdir(); my $unix = "$tmpdir/unix.sock"; @@ -85,8 +80,7 @@ check_sock($unix); } SKIP: { - eval 'require Net::Server::Daemonize'; - skip('Net::Server missing for pid-file/daemonization test', 20) if $@; + require_mods('Net::Server::Daemonize', 20); my $pid_file = "$tmpdir/pid"; for my $w (qw(-W0 -W1)) { # wait for daemonization