From a504ac2b54512dc3761cdf04c7d42b48a8de3508 Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sat, 18 Jul 2026 19:22:16 +0000 Subject: [PATCH] test(secrets): make the read-once comment path-neutral so #90's /dev/fd rename cannot stale it Co-Authored-By: Claude Fable 5 --- test/secrets.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/secrets.test.ts b/test/secrets.test.ts index 64cbe18..9f7a2f3 100644 --- a/test/secrets.test.ts +++ b/test/secrets.test.ts @@ -63,7 +63,7 @@ describe("secretsFileFor", () => { }); // Pins the read-once shape of `<(pm read …)` that the fd-path test above -// cannot: a regular file behind /proc/self/fd re-opens at offset 0 on every +// cannot: a regular file behind an fd path re-opens at offset 0 on every // read, but a pipe drains. `diff --all` / `apply --all` decrypt once per // project, so the identity must be read once per process and reused. describe("decryptSecrets identity caching", () => {