about summary refs log tree commit homepage
path: root/t/purge.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-21 23:22:05 +0000
committerEric Wong <e@80x24.org>2019-05-21 23:22:05 +0000
commite220b8b2ee5cfd458167dc2c6c92726352c4c80e (patch)
tree367fea0f8e7b2e23a313cccca1b2dac604e166b8 /t/purge.t
parent1cb0e9b176774e3ff5e2397f4a1452bb2517454f (diff)
parentd0e8bfd866ed1e924e8d9f551939eecbea4920ef (diff)
downloadpublic-inbox-e220b8b2ee5cfd458167dc2c6c92726352c4c80e.tar.gz
* origin/xap-optional:
  admin: improve warnings and errors for missing modules
  searchidx: do not create empty Xapian partitions for basic
  lazy load Xapian and make it optional for v2
  www: use Inbox->over where appropriate
  nntp: use Inbox->over directly
  inbox: add ->over method to ease access
Diffstat (limited to 't/purge.t')
-rw-r--r--t/purge.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/purge.t b/t/purge.t
index 574935e0..c1e0e9a0 100644
--- a/t/purge.t
+++ b/t/purge.t
@@ -6,7 +6,7 @@ use Test::More;
 use File::Temp qw/tempdir/;
 require './t/common.perl';
 require_git(2.6);
-my @mods = qw(IPC::Run DBI DBD::SQLite Search::Xapian);
+my @mods = qw(IPC::Run DBI DBD::SQLite);
 foreach my $mod (@mods) {
         eval "require $mod";
         plan skip_all => "missing $mod for t/purge.t" if $@;