From dec02da946b6bb2914005780a78cb3c966b33778 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 16 Sep 2020 22:17:08 +0000 Subject: t/indexlevels-mirror: fix improperly skipped test Oops :x (cherry picked from commit a7cd8c6a2bfa1ebfe2edeb0d7a93de17fd334683) --- t/indexlevels-mirror.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v1.2.3-24-ge0c7