Commit ee72ce4
Remove readonly from OID variables to allow multiple sourcing
Remove readonly declaration from OID_PERMIT_* variables to prevent
errors when certs.sh is sourced multiple times through different test
files (e.g., test-delegate-invalid-chain.sh sources test-delegate-onboarding.sh
which sources certs.sh).
Simpler solution than using source guards.
Fixes CI error:
'OID_PERMIT_REDIRECT: readonly variable'
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 757febf commit ee72ce4
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments