]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/indexlevels-mirror.t
public-inbox-v[12]-format.pod: make lexgrog happy
[public-inbox.git] / t / indexlevels-mirror.t
index b12bd3cb2b177276cb01397ad660cf10dc9f571e..656a9a34e6405971ba12ed516842e784ee7cb3ac 100644 (file)
@@ -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");
        }