X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconvert-compact.t;h=bad6560e9cff2344d2007a0eb2d85084ff9bd545;hb=402234aa4eaf4732e5e1636099115465ec6e5c15;hp=def09567fefdcdabf8d48100dd5ef1841d2700dd;hpb=be55542acc90572da54d828313c2416ae1c902b1;p=public-inbox.git diff --git a/t/convert-compact.t b/t/convert-compact.t index def09567..bad6560e 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2018-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ use strict; use v5.10.1; @@ -8,8 +8,7 @@ use PublicInbox::TestCommon; use PublicInbox::Import; require_git(2.6); require_mods(qw(DBD::SQLite Search::Xapian)); -have_xapian_compact or - plan skip_all => 'xapian-compact missing for '.__FILE__; +have_xapian_compact; my ($tmpdir, $for_destroy) = tmpdir(); my $ibx = create_inbox 'v1', indexlevel => 'medium', tmpdir => "$tmpdir/v1", pre_cb => sub {