Task #42468 - added.err
back to task #42468download
Error: SHELLCHECK_WARNING (CWE-571):
/usr/share/podman/test/system/320-system-df.bats:164:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
# 162| # https://github.com/containers/podman/issues/24452
# 163| @test "podman system df - Reclaimable is not negative" {
# 164|-> local c1="c1-$(safename)"
# 165| local c2="c2-$(safename)"
# 166| for t in "$c1" "$c2"; do
Error: SHELLCHECK_WARNING (CWE-571):
/usr/share/podman/test/system/320-system-df.bats:165:11: warning[SC2155]: Declare and assign separately to avoid masking return values.
# 163| @test "podman system df - Reclaimable is not negative" {
# 164| local c1="c1-$(safename)"
# 165|-> local c2="c2-$(safename)"
# 166| for t in "$c1" "$c2"; do
# 167| dir="${PODMAN_TMPDIR}${t}"