projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a0388
)
xt/perf-msgview: drop unnecessary use_ok
author
Eric Wong <e@80x24.org>
Wed, 13 Oct 2021 10:16:05 +0000 (10:16 +0000)
committer
Eric Wong <e@80x24.org>
Wed, 13 Oct 2021 19:52:26 +0000 (19:52 +0000)
require_mods covers it, and we're not testing Plack itself.
xt/perf-msgview.t
patch
|
blob
|
history
diff --git
a/xt/perf-msgview.t
b/xt/perf-msgview.t
index bc73fccea9a1ea9accf173a0981024b99d0b9e16..cf550c1a284b80b9dd516444f93302a604bd194d 100644
(file)
--- a/
xt/perf-msgview.t
+++ b/
xt/perf-msgview.t
@@
-21,7
+21,6
@@
if (require_git(2.19, 1)) {
"git <2.19, cat-file lacks --unordered, locality suffers\n";
}
require_mods qw(Plack::Util);
-use_ok 'Plack::Util';
my $ibx = PublicInbox::Inbox->new({ inboxdir => $inboxdir, name => 'name' });
my $git = $ibx->git;
my $fh = $blob ? undef : $git->popen(@cat);