about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-16 22:17:08 +0000
committerEric Wong <e@80x24.org>2020-09-16 23:43:08 +0000
commita7cd8c6a2bfa1ebfe2edeb0d7a93de17fd334683 (patch)
tree9ba6f9221b4ebb7e3fb88af5c44731eb689d5dbe
parentba21170dc15c8e93398cd71d1bfe663bfcd4ed8c (diff)
downloadpublic-inbox-a7cd8c6a2bfa1ebfe2edeb0d7a93de17fd334683.tar.gz
Oops :x
-rw-r--r--t/indexlevels-mirror.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t
index b12bd3cb..656a9a34 100644
--- a/t/indexlevels-mirror.t
+++ b/t/indexlevels-mirror.t
@@ -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");
         }