X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-auto-watch.t;fp=t%2Flei-auto-watch.t;h=d5661ae5d6180059b37bf57fc3bf82b7c7e3692f;hb=4a07ad8e30be7a965797b3c49425b638b9b83906;hp=e5e132eb3bfdfcf1879669cb854063e687d696aa;hpb=49e653848f34a179f38c1738f537f69c1205e92a;p=public-inbox.git diff --git a/t/lei-auto-watch.t b/t/lei-auto-watch.t index e5e132eb..d5661ae5 100644 --- a/t/lei-auto-watch.t +++ b/t/lei-auto-watch.t @@ -41,7 +41,8 @@ test_lei(sub { $ins = json_utf8->decode($lei_out); $exp = { "maildir:$x" => [ map { basename($_) } glob("$x/*/*") ], "maildir:$y" => [ map { basename($_) } glob("$y/*/*") ] }; - is_deeply($ins->{'mail-sync'}, $exp, 'mail_sync matches FS'); + is_deeply($ins->{'mail-sync'}, $exp, 'mail_sync matches FS') or + diag explain($ins); }); done_testing;