X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Findexlevels-mirror.t;h=a2afbd74c9776f302558ef40cc0b3642be7bd652;hb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;hp=b12bd3cb2b177276cb01397ad660cf10dc9f571e;hpb=23eab6127c62d0228a0cfcec78a267fe5e7011c7;p=public-inbox.git diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t index b12bd3cb..a2afbd74 100644 --- a/t/indexlevels-mirror.t +++ b/t/indexlevels-mirror.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -162,7 +162,7 @@ my $import_index_incremental = sub { 'indexlevel detectable by Admin '.$v.$level); SKIP: { - skip 'xapian-compact missing', 1 if have_xapian_compact; + skip 'xapian-compact missing', 1 if !have_xapian_compact; my $cmd = [ qw(-compact), $mirror ]; ok(run_script($cmd, undef, { 2 => \$err}), "compact $level"); }