t/cindex: require DBD::SQLite for now
commita2dacd507bd72fc2fae20c8ea628794b1bf112ec
authorEric Wong <e@80x24.org>
Thu, 25 Apr 2024 21:31:42 +0000 (25 21:31 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Apr 2024 17:05:26 +0000 (28 17:05 +0000)
treea7258327bc51c8418e0496290aabd322973e4935
parent817eb9dfebfbbbe8af319cedc2b85c89655b0095
t/cindex: require DBD::SQLite for now

Technically it's not required, but -compact blindly requires
DBD::SQLite at the moment since it was designed for inboxes in
mind.  Furthermore, cindex isn't useful at the moment without
inboxes to associate with, and inboxes can't be indexed without
SQLite.
t/cindex.t