From: Eric Wong Date: Wed, 13 Oct 2021 10:16:10 +0000 (+0000) Subject: t/git: avoid "once" warning for async_warn X-Git-Tag: v1.7.0~161 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=83e7e8640ed8ce72f40771a52010ab996b07e5a2 t/git: avoid "once" warning for async_warn No point in testing use_ok when we have no outside dependencies nor exports in this case. --- 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);