about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-12 08:42:18 +0000
committerEric Wong <e@80x24.org>2021-09-12 08:46:27 +0000
commitfc7b32789a8d223e6550d9315216833fa602bd22 (patch)
tree4025f14e78b0b329dc80e14d4d4dd94b8e223f80 /t
parenta2455c390a80a95b0e36d42a6018a756e301519f (diff)
downloadpublic-inbox-fc7b32789a8d223e6550d9315216833fa602bd22.tar.gz
And try to improve the message about Inline::C while we're at
it, since Socket::Msghdr isn't widely-packaged, yet.
Diffstat (limited to 't')
-rw-r--r--t/lei.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lei.t b/t/lei.t
index dfbcb1f3..d1f1cbc0 100644
--- 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;