From 46835d34029c92a2da886e5d0c17ec83cf86a209 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 May 2019 03:32:00 +0000 Subject: tests: remove unnecessary loading of ::DS and Socket PublicInbox::DS works for every platform we we care about, nowadays; so checking for it is a waste of time. Cleanup a few POSIX and Socket imports while we're in the area. --- t/nntp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/nntp.t') diff --git a/t/nntp.t b/t/nntp.t index c39a05fa..47b14422 100644 --- a/t/nntp.t +++ b/t/nntp.t @@ -5,7 +5,7 @@ use warnings; use Test::More; use Data::Dumper; -foreach my $mod (qw(DBD::SQLite Search::Xapian PublicInbox::DS)) { +foreach my $mod (qw(DBD::SQLite Search::Xapian)) { eval "require $mod"; plan skip_all => "$mod missing for nntp.t" if $@; } -- cgit v1.2.3-24-ge0c7