From edba8ddfc0db12cd480dcdbeba8eddbdc2a46869 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Tue, 10 Feb 2026 09:51:49 -0800 Subject: [PATCH] repro: test with exit code 101 --- integration-tests/hooks-system.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/hooks-system.test.ts b/integration-tests/hooks-system.test.ts index ae8788de51..4e27865702 100644 --- a/integration-tests/hooks-system.test.ts +++ b/integration-tests/hooks-system.test.ts @@ -102,7 +102,7 @@ describe('Hooks System Integration', () => { 'stderr_block_hook.cjs', ` process.stderr.write('File writing blocked by security policy'); -process.exit(2); +process.exit(101); `, );