mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
598d8b73a5
Ignore warnings like this: > In checkpoint.bats line 169: > PIDS_TO_KILL=($cpt_pid) > ^------^ SC2206: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. Since in all the cases we deal with either pids or fds, and they don't have spaces. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>