]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei.t
lei q: import flags when clobbering/augmenting Maildirs
[public-inbox.git] / t / lei.t
diff --git a/t/lei.t b/t/lei.t
index ba179b394ac207f3b4940dbb8049846a468bec8c..74a775ca30884f72677d441bfd325d5b207f5737 100644 (file)
--- a/t/lei.t
+++ b/t/lei.t
@@ -138,7 +138,8 @@ SKIP: {
        lei(qw(q --only http://127.0.0.1:99999/bogus/ t:m));
        is($? >> 8, 3, 'got curl exit for bogus URL');
        lei(qw(q --only http://127.0.0.1:99999/bogus/ t:m -o), "$home/junk");
-       is($? >> 8, 3, 'got curl exit for bogus URL with Maildir');
+       is($? >> 8, 3, 'got curl exit for bogus URL with Maildir') or
+               diag $lei_err;
        is($lei_out, '', 'no output');
 }; # /SKIP
 };