Commit 4f66a6b
committed
test(proxy-init): enable strict mode in enforce-drop harness
Address CodeRabbit on #484: switch the test harness from set -u to
set -euo pipefail (the repo's shell convention) so command/pipe
failures in the setup phase surface instead of being masked. The
run-all-assertions design is unaffected — asserts return 0 via
if/else and expected-nonzero commands are guarded with || true;
verified all 13 assertions still run and the harness exits 0.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Hai Huang <huang195@gmail.com>1 parent 17c05ec commit 4f66a6b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments