]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / t / httpd-unix.t
index bd4ee12eeb6869101763f9bef05eaa54d49facab..b321c789f4f471d3525d76de8cf55e62e8fed9bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # 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