X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-auto-watch.t;h=d5661ae5d6180059b37bf57fc3bf82b7c7e3692f;hb=97a9139a75729c41bb91acd711e8b088e6379600;hp=e5e132eb3bfdfcf1879669cb854063e687d696aa;hpb=a2455c390a80a95b0e36d42a6018a756e301519f;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;