about summary refs log tree commit homepage
path: root/t/lei-import-maildir.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei-import-maildir.t')
-rw-r--r--t/lei-import-maildir.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-import-maildir.t b/t/lei-import-maildir.t
index 688b10ce..c81e7805 100644
--- a/t/lei-import-maildir.t
+++ b/t/lei-import-maildir.t
@@ -28,7 +28,7 @@ test_lei(sub {
         is(scalar(keys %v), 1, 'inspect handles relative and absolute paths');
         my $inspect = json_utf8->decode([ keys %v ]->[0]);
         is_deeply($inspect, {"maildir:$md" => { 'name.count' => 1 }},
-                'inspect maildir: path had expected output');
+                'inspect maildir: path had expected output') or xbail($inspect);
 
         lei_ok(qw(q s:boolean));
         my $res = json_utf8->decode($lei_out);