about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-13 19:06:24 -1200
committerEric Wong <e@80x24.org>2021-01-15 00:19:07 +0000
commitf49d6a9ac8ff542c625e909798ef0947df45f34e (patch)
treee0623d0650944220dfa324273ec927dd23c56901 /MANIFEST
parentc7b789a770bbe9bbc262af850d863dee4efe8371 (diff)
downloadpublic-inbox-f49d6a9ac8ff542c625e909798ef0947df45f34e.tar.gz
Most writes to stdout aren't atomic and we need locking to
prevent workers from interleaving and corrupting JSON output.
The one case stdout won't require locking is if it's pointed
to a regular file with O_APPEND; as POSIX O_APPEND semantics
guarantees atomicity.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 2ca240fc..0ebdaccc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -338,6 +338,7 @@ t/kqnotify.t
 t/lei-oneshot.t
 t/lei.t
 t/lei_dedupe.t
+t/lei_overview.t
 t/lei_store.t
 t/lei_to_mail.t
 t/lei_xsearch.t