about summary refs log tree commit homepage
path: root/t/lei-auto-watch.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei-auto-watch.t')
-rw-r--r--t/lei-auto-watch.t3
1 files changed, 2 insertions, 1 deletions
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;