about summary refs log tree commit homepage
path: root/t/nntp.t
diff options
context:
space:
mode:
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 6df7db89..c39a05fa 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 Danga::Socket)) {
+foreach my $mod (qw(DBD::SQLite Search::Xapian PublicInbox::DS)) {
         eval "require $mod";
         plan skip_all => "$mod missing for nntp.t" if $@;
 }