about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-21 07:41:56 +0000
committerEric Wong <e@80x24.org>2021-09-21 19:18:36 +0000
commit702864ea3393f4c7a91336b277083bf9fd4b0860 (patch)
tree369699e68c25b43c7a0c616753273c5619a150cf /t
parent8b91bd5f929bf166ee3a79dec43fba0e68b1dc8e (diff)
downloadpublic-inbox-702864ea3393f4c7a91336b277083bf9fd4b0860.tar.gz
lei q: show progress on >1s preparation phase
Overwriting existing destinations safe (but slow) by default,
so show a progress message noting what we're doing while
a user waits.
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');
         };
 });