Task #42469 - fixed.err

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