add security test 11

This commit is contained in:
TronoSfera 2026-03-02 18:04:39 +03:00
parent 87f32f72b2
commit a6a11629bf

View file

@ -246,7 +246,7 @@ run_local_smoke() {
local ok=0 local ok=0
local debug_log local debug_log
debug_log="$(mktemp)" debug_log="$(mktemp)"
trap 'rm -f "$debug_log"' RETURN trap 'rm -f -- "${debug_log:-}"; trap - RETURN' RETURN
while (( attempt <= max_attempts )); do while (( attempt <= max_attempts )); do
ok=0 ok=0