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=-3.4 required=3.0 tests=ALL_TRUSTED,AWL,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 E5FF31F9FD; Sun, 21 Feb 2021 20:42:26 +0000 (UTC) Date: Sun, 21 Feb 2021 20:42:26 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [SQUASH 2/1] t/lei-externals: squash fix Message-ID: <20210221204226.GA16779@dcvr> References: <20210221195906.25406-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210221195906.25406-1-e@80x24.org> List-Id: :x --- t/lei-externals.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lei-externals.t b/t/lei-externals.t index edaaa5f8..233f6092 100644 --- a/t/lei-externals.t +++ b/t/lei-externals.t @@ -24,7 +24,7 @@ SKIP: { is($lei_err, '', "no errors on $url"); my $res = json_utf8->decode($lei_out); is($res->[0]->{'m'}, "<$mid>", "got expected mid from $url"); - lei(@cmd, 'd:..20101002', \'no results, no error'); + lei_ok(@cmd, 'd:..20101002', \'no results, no error'); is($lei_err, '', 'no output on 404, matching local FS behavior'); is($lei_out, "[null]\n", 'got null results'); } # /SKIP