Task #27209 - added.err

back to task #27209
download
Error: SHELLCHECK_WARNING (CWE-571):
/usr/share/podman/test/system/280-update.bats:315:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
#  313|   # bats test_tags=ci:parallel
#  314|   @test "podman update - resources on update are not changed unless requested" {
#  315|->     local ctrname="c-h-$(safename)"
#  316|       run_podman run -d --name $ctrname \
#  317|                   --pids-limit 1024     \