about summary refs log tree commit homepage
path: root/t/v2mirror.t
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-06 21:44:39 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-06 21:45:04 +0000
commitaed636420b2fee7ff217bfae148cc9485b011d79 (patch)
treef8871f9003e0d007176e58d08c553e162f2002c5 /t/v2mirror.t
parentfad9acd35e56a289ade90a62d056b2a6663d448c (diff)
downloadpublic-inbox-aed636420b2fee7ff217bfae148cc9485b011d79.tar.gz
Xapian is size-intensive and SQLite is not strictly necessary for v1.
Diffstat (limited to 't/v2mirror.t')
-rw-r--r--t/v2mirror.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v2mirror.t b/t/v2mirror.t
index 0c66aef4..9e0c9e1d 100644
--- a/t/v2mirror.t
+++ b/t/v2mirror.t
@@ -13,7 +13,7 @@ foreach my $mod (qw(Plack::Util Plack::Builder Danga::Socket
 use File::Temp qw/tempdir/;
 use IO::Socket;
 use POSIX qw(dup2);
-use PublicInbox::V2Writable;
+use_ok 'PublicInbox::V2Writable';
 use PublicInbox::MIME;
 use PublicInbox::Config;
 use Fcntl qw(FD_CLOEXEC F_SETFD F_GETFD);