about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-26 10:47:34 +0000
committerEric Wong <e@80x24.org>2021-10-26 17:44:03 +0000
commite7d9df936d071b4a9b72d2e6096ddf1e90c1bc05 (patch)
tree6deaf54ff77d36f148efabe918afafc5bce9c982
parent54b0c90cff0c29040807b0073b71ad1e5467afbc (diff)
downloadpublic-inbox-e7d9df936d071b4a9b72d2e6096ddf1e90c1bc05.tar.gz
I just got a difficult-to-reproduce failure, here; so there's
still some issues with the up-to-dateness of the inotify watcher.
-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 df887a03..9158571c 100644
--- a/t/lei-watch.t
+++ b/t/lei-watch.t
@@ -58,7 +58,7 @@ test_lei(sub {
         lei_ok qw(q mid:testmessage@example.com -o), $md2, '-I', "$ro_home/t1";
         my @f2 = glob("$md2/*/*");
         is(scalar(@f2), 1, 'got one result');
-        like($f2[0], qr/S\z/, 'seen set from rename');
+        like($f2[0], qr/S\z/, 'seen set from rename') or diag explain(\@f2);
         my $e2 = eml_load($f2[0]);
         my $e1 = eml_load("$f[0]S");
         is_deeply($e2, $e1, 'results match');