Task #41164 - fixed.err

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