Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-38449: [Release][Go][macOS] Use local test data if possible
On macOS, "cp -a source/ destination/" copies "source/*" to "destination/" (such as "source/a" is copied to "destination/a") not "source/" to "destination/" (such as "source/a" is copied to "destination/source/a"). We need to remove the trailing "/" from "source/" to copy "source/" itself to "destination/source/".
- Loading branch information