Commit 089173a
committed
test(hooks): pin bare
Second ablation leg: replacing check_pkill's `[ "$pidscoped" -eq 1 ] && return 0`
with an unconditional allow left the self-test green at 68/0. Bare `pkill` is
the only input that reaches that gate — every other spelling returns earlier —
so the branch had no case standing on it. It does now.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P58euzUXCVJNwmhuPC9DXYpkill — the ablation found the pidscoped gate unpinned1 parent 5cfdf57 commit 089173a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments