about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/lei-watch.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-watch.t b/t/lei-watch.t
index a881fbb9..df887a03 100644
--- a/t/lei-watch.t
+++ b/t/lei-watch.t
@@ -91,7 +91,7 @@ test_lei(sub {
                 $ino_fdinfo or skip 'Linux/inotify-only removal removal', 1;
                 open my $fh, '<', $ino_fdinfo or xbail "open $ino_fdinfo: $!";
                 my $cmp = [ <$fh> ];
-                is_deeply($cmp, $ino_contents, 'inotify Maildir watches gone');
+                is_xdeeply($cmp, $ino_contents, 'inotify Maildir watches gone');
         };
 });