X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-watch.t;h=df887a03dc77fb0af6f79290d4814504a8e0dff6;hb=702864ea3393f4c7a91336b277083bf9fd4b0860;hp=a881fbb9c05ccb310cd09d657c9b3e210c9a17aa;hpb=a5990c69ff5a2e075d21e862033659707f2507a3;p=public-inbox.git 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'); }; });