]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei.t
lei sucks: allow it to work without SQLite
[public-inbox.git] / t / lei.t
diff --git a/t/lei.t b/t/lei.t
index dfbcb1f303ba99256ceda438184c993fc701601f..d1f1cbc018290cdbee765f52f84b9d0a2d81bb82 100644 (file)
--- a/t/lei.t
+++ b/t/lei.t
@@ -176,4 +176,8 @@ test_lei(sub {
        $test_fail->();
 });
 
+test_lei({ mods => [] }, sub {
+       lei_ok('sucks', \'no optional modules required');
+});
+
 done_testing;