about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-19 09:34:35 +0000
committerEric Wong <e@80x24.org>2021-01-21 03:29:14 +0000
commitb0b13249a538fc6f9a4c109d15d51170e3dd8bdd (patch)
treeb0e88d4ae37c971f5967cdc82b5f657bc3d98c90 /t
parent934b7431d93e6e49920e407c02653edad06987d6 (diff)
downloadpublic-inbox-b0b13249a538fc6f9a4c109d15d51170e3dd8bdd.tar.gz
We'll need it for IMAP support, at least.  Proper mbox family
detection will be expensive, so deal with it later.
Diffstat (limited to 't')
-rw-r--r--t/lei.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lei.t b/t/lei.t
index 8bb4e439..64cb5f0e 100644
--- a/t/lei.t
+++ b/t/lei.t
@@ -232,6 +232,8 @@ my $test_external = sub {
                 my @res = $cat->();
                 is_deeply(\@res, [], "clobber w/o --augment $sfx");
         }
+        ok(!$lei->('q', '-o', "$home/mbox", 's:nope'),
+                        'fails if mbox format unspecified');
 };
 
 my $test_lei_common = sub {