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 c4b9737c..7ab801c1 100644
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 
-foreach my $mod (qw(DBD::SQLite Search::Xapian Data::Dumper)) {
+foreach my $mod (qw(DBD::SQLite Data::Dumper)) {
         eval "require $mod";
         plan skip_all => "$mod missing for nntp.t" if $@;
 }