X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-unix.t;h=b321c789f4f471d3525d76de8cf55e62e8fed9bf;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=bd4ee12eeb6869101763f9bef05eaa54d49facab;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/t/httpd-unix.t b/t/httpd-unix.t index bd4ee12e..b321c789 100644 --- a/t/httpd-unix.t +++ b/t/httpd-unix.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ # Tests for binding Unix domain sockets use strict; @@ -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