about summary refs log tree commit homepage
path: root/t/lei-externals.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-20 19:04:03 +0900
committerEric Wong <e@80x24.org>2021-03-21 09:45:46 +0000
commit7d2e572aca7297ea2015d2b6e7c71b672521ec82 (patch)
tree072f2f81930af5a84091431171c8af43e0584011 /t/lei-externals.t
parent592daf02926f747bacaa85a1d1509374c7e66f11 (diff)
downloadpublic-inbox-7d2e572aca7297ea2015d2b6e7c71b672521ec82.tar.gz
This will be used for keyword (and label) storage for externals.
We'll be using this to ensure we don't redundantly auto-import
messages into lei/store if they're already in a local external
(they can still be imported explicitly via "lei import").
Diffstat (limited to 't/lei-externals.t')
-rw-r--r--t/lei-externals.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lei-externals.t b/t/lei-externals.t
index 1d2a9a16..2045691f 100644
--- a/t/lei-externals.t
+++ b/t/lei-externals.t
@@ -236,7 +236,8 @@ test_lei(sub {
                 is(scalar(@s), 2, "2 results in mbox$sfx");
 
                 lei_ok('q', '-a', '-o', "mboxcl2:$f", 's:nonexistent');
-                is(grep(!/^#/, $lei_err), 0, "no errors on no results ($sfx)");
+                is(grep(!/^#/, $lei_err), 0, "no errors on no results ($sfx)")
+                        or diag $lei_err;
 
                 my @s2 = grep(/^Subject:/, $cat->());
                 is_deeply(\@s2, \@s,