Task #37384 - fixed.err

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