Task #40320 - added.err
back to task #40320download
Error: SHELLCHECK_WARNING (CWE-156):
/usr/share/podman/test/system/220-healthcheck.bats:491:12: warning[SC2046]: Quote this to prevent word splitting.
# 489| wait -n $hc_pid || rc=$?
# 490| assert $rc -eq 1 "exit status check of healthcheck command"
# 491|-> assert $(cat $hcStatus) =~ "stopped" "Health status"
# 492|
# 493| run_podman inspect $ctr --format "{{.State.Status}}"