]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/over.t
fix tests to run without Xapian installed
[public-inbox.git] / t / over.t
index c0d9d5e54e58a475026ffed20a3d71d0ad962d76..7a3c972104d6d15024b8fbc8c5e25465e182e308 100644 (file)
--- a/t/over.t
+++ b/t/over.t
@@ -5,7 +5,8 @@ use warnings;
 use Test::More;
 use File::Temp qw/tempdir/;
 use Compress::Zlib qw(compress);
-foreach my $mod (qw(DBD::SQLite)) {
+# FIXME: allow using Over w/o Xapian
+foreach my $mod (qw(DBD::SQLite Search::Xapian)) {
        eval "require $mod";
        plan skip_all => "$mod missing for over.t" if $@;
 }