about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-13 10:16:10 +0000
committerEric Wong <e@80x24.org>2021-10-13 19:52:26 +0000
commit83e7e8640ed8ce72f40771a52010ab996b07e5a2 (patch)
tree07d504048516a9b15273cca9fb1c83aaa7f798b2 /t
parent3f017d96973875b651d7dc456840d62c35968e2c (diff)
downloadpublic-inbox-83e7e8640ed8ce72f40771a52010ab996b07e5a2.tar.gz
No point in testing use_ok when we have no outside dependencies
nor exports in this case.
Diffstat (limited to 't')
-rw-r--r--t/git.t3
1 files changed, 1 insertions, 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);