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); `, );