From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AAD121F4B4 for ; Wed, 16 Sep 2020 22:17:08 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] t/indexlevels-mirror: fix improperly skipped test Date: Wed, 16 Sep 2020 22:17:08 +0000 Message-Id: <20200916221708.27459-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Oops :x --- 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"); }