about summary refs log tree commit homepage
path: root/t/convert-compact.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/convert-compact.t
parentfad9acd35e56a289ade90a62d056b2a6663d448c (diff)
downloadpublic-inbox-aed636420b2fee7ff217bfae148cc9485b011d79.tar.gz
Xapian is size-intensive and SQLite is not strictly necessary for v1.
Diffstat (limited to 't/convert-compact.t')
-rw-r--r--t/convert-compact.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/convert-compact.t b/t/convert-compact.t
index e2ba40a5..5caa0acc 100644
--- a/t/convert-compact.t
+++ b/t/convert-compact.t
@@ -10,7 +10,7 @@ foreach my $mod (@mods) {
         eval "require $mod";
         plan skip_all => "$mod missing for convert-compact.t" if $@;
 }
-use PublicInbox::V2Writable;
+use_ok 'PublicInbox::V2Writable';
 use PublicInbox::Import;
 my $tmpdir = tempdir('convert-compact-XXXXXX', TMPDIR => 1, CLEANUP => 1);
 my $ibx = {