Task #33703 - added.err

back to task #33703
download
Error: SHELLCHECK_WARNING (CWE-156):
/usr/share/buildah/test/system/run.bats:1012:19: warning[SC2046]: Quote this to prevent word splitting.
# 1010|     run_buildah run $cid hostname
# 1011|     expect_output "$name"
# 1012|->   run_buildah run $(cat ${TEST_SCRATCH_DIR}/cid) hostname
# 1013|     expect_output "$name"
# 1014|   }