mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
add security test 11
This commit is contained in:
parent
87f32f72b2
commit
a6a11629bf
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ run_local_smoke() {
|
|||
local ok=0
|
||||
local debug_log
|
||||
debug_log="$(mktemp)"
|
||||
trap 'rm -f "$debug_log"' RETURN
|
||||
trap 'rm -f -- "${debug_log:-}"; trap - RETURN' RETURN
|
||||
|
||||
while (( attempt <= max_attempts )); do
|
||||
ok=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue