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-ASN: 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 831CB1FA18 for ; Wed, 13 Oct 2021 10:16:12 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 6/7] t/git: avoid "once" warning for async_warn Date: Wed, 13 Oct 2021 10:16:10 +0000 Message-Id: <20211013101611.22962-7-e@80x24.org> In-Reply-To: <20211013101611.22962-1-e@80x24.org> References: <20211013101611.22962-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: No point in testing use_ok when we have no outside dependencies nor exports in this case. --- t/git.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/git.t b/t/git.t index 8a020211..fa541f41 100644 --- a/t/git.t +++ b/t/git.t @@ -6,8 +6,7 @@ use PublicInbox::TestCommon; my ($dir, $for_destroy) = tmpdir(); use PublicInbox::Import; use POSIX qw(strftime); - -use_ok 'PublicInbox::Git'; +use PublicInbox::Git; { PublicInbox::Import::init_bare($dir);