about summary refs log tree commit homepage
path: root/t/nntp.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-14 03:32:00 +0000
committerEric Wong <e@80x24.org>2019-05-14 03:43:21 +0000
commit46835d34029c92a2da886e5d0c17ec83cf86a209 (patch)
tree273aa752115d28b6464044432d55efd13b4ea8c2 /t/nntp.t
parentd883d4a93b23be134038e28f421eafca70c3d838 (diff)
downloadpublic-inbox-46835d34029c92a2da886e5d0c17ec83cf86a209.tar.gz
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.
Diffstat (limited to 't/nntp.t')
-rw-r--r--t/nntp.t2
1 files changed, 1 insertions, 1 deletions
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 $@;
 }