Task #39958 - fixed.err
back to task #39958download
Error: SHELLCHECK_WARNING (CWE-156): /usr/share/buildah/test/system/bud.bats:677:29: warning[SC2046]: Quote this to prevent word splitting. # 675| run_buildah 125 build -t testbud3 $WITH_POLICY_JSON $BUDFILES/dockerignore3 # 676| expect_output --substring 'building.*"COPY test1.txt /upload/test1.txt".*no such file or directory' # 677|-> expect_output --substring $(realpath "$BUDFILES/dockerignore3/.dockerignore") # 678| } # 679|