Task #33903 - fixed.err
back to task #33903download
Error: SHELLCHECK_WARNING (CWE-569):
/usr/share/podman/test/system/410-selinux.bats:395:72: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
# 393| run_podman run --rm -v $tmpdir:/test:Z --privileged $IMAGE true
# 394| run ls -dZ $tmpdir
# 395|-> is "$output" "${LABEL} $tmpdir" "Ignored private relabel Correctly"}
# 396| umount $tmpdir
# 397|
Error: SHELLCHECK_WARNING (CWE-569):
/usr/share/podman/test/system/410-selinux.bats:400:74: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
# 398| run_podman run --rm -v $tmpdir:/test:z --privileged $IMAGE true
# 399| run ls -dZ $tmpdir
# 400|-> is "$output" "${RELABEL} $tmpdir" "Ignored private relabel Correctly"}
# 401| }
# 402|