From 83e7e8640ed8ce72f40771a52010ab996b07e5a2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Oct 2021 10:16:10 +0000 Subject: 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. --- 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); -- cgit v1.2.3-24-ge0c7